hi i just created my k3s cluster (all with local ips plus hostnames) one for rancher with 3 vms, another for master-x same 3 vms for master and 3 for workers for HA, im my case im using haproxy in front of everything heres my config:
https://pastebin.com/Qp0Mimvp , and in my working cluster i just installer ingress-nginx the default from helm so i disabled traefik, i got my own .crt and .key for my certificate wildcard *.
mydomain.com my issue is:
when i go to
rancher.mydomain.com it works but
nginx-test.mydomain.com (its a test deploment inside my working cluster) it shows 404, and viceversa after 2 minutes then rancher goes 404 and
nginx-test.mydomain.com goes online, not sure what im doing wrong if its haproxy misconfig or something inside k3s. My main idea is to have a good HA so if some node goes off it wont get offline at all thats why i installed k3s poiting to haproxy ip.
thank you