Tag: K3s

  • Helm With K3s On Ubuntu

    I’ve recently needed to use Helm with K3s on Ubuntu. helm is a separate application from Kubernetes that uses the standard K8s APIs in order to interface with whatever Kubernetes cluster it’s pointed at. On Ubuntu, it’s not available via apt and must be installed as a Snap: Helm will typically source its connection URL…

  • K8s And Harmless Traefik Ingress Logs

    While troubleshooting a recent Kubernetes issue, I ran across logs for Traefik which showed some errors. After much troubleshooting, the errors ended up being innocuous in my situation. Due to some of my inexperience with the internals of K8s, though, I didn’t realize this and was troubleshooting down the wrong path for quite some time.…