Posts tagged ‘k3s’

40 posts; newest first

Pod DNS Problems

25 Feb 2022 08:42 k3s core-dns dns k3s

I’ve got an extra instance of CoreDNS running in my cluster, serving *.k3s.differentpla.net, with LoadBalancer and Ingress names registered in it, and it’s working fine for queries to the cluster. It’s not working fine for queries inside the cluster. What’s up with that?

» read more

Traefik Ingress

31 Jan 2022 08:46 ingress k3s traefik k3s

I’m in the middle of installing ArgoCD (blog post will appear later). Rather than use up another LoadBalancer IP address for it (and mess around with TLS), let’s talk about using an Ingress. It’s entirely possible that I can convert the previously-installed docker registry and Gitea to use one as well.

» read more