I have a k3s cluster with
- 1 master + 2 nodes
- default traefik as ingress
Traefik is running on the master node.
- Is there a way to label nodes / change manifest so that traefik runs on the nodes instead of the master?
- Is there a reason for default traefik to run on the master node?