With k3s cluster(1master and 2 worker node) on bare metal.
while configuring k3s server i had used --no-deploy traefik , once k3s cluster is up configured ingress-nginx loadbalancer..
I want loadbalancer infront of worker nodes for High availability between worker nodes, the default traefik.yaml is not there under /var/lib/rancher/k3s/server/manifests/ because of "--no-deploy traefik" option used while creating k3s.. now how i can get loadbalancer infront of worker nodes ? i have deployed sample app using yaml file provided but only service has created no deployment, pods created..