Closed kamilgregorczyk closed 4 years ago
Noting here for future reference, Nginx will become the default ingress controller in our next release. You can still use Traefik if wanted however. See https://github.com/rancher/k3s/issues/817 for details.
thanks
Could you please describe what's the exact role of Traefik and Cattle in k3s and what's going to happen when it gets disabled on the server node?
I'm asking for this because I noticed that for a 4 node cluster there's a pod for each node that's responsible for (I guess) service load balancing.:
It seems like a waste of resources, normally 5 deployments would result in 1 pod for each deployment (if not scaled) but in k3s it also adds additional pod per each node per each service so 5 different services * 4 nodes equals to 20 pods