This message was deleted.
# k3s
a
This message was deleted.
c
K3s is a k8s distro. Which other distro are you comparing it to?
K3s comes with the Traefik ingress controller. Lots of folks use ingress-nginx instead, but either should work. What specifically are you trying to do?
f
I just want topublic expose my service using ingress controller thats all, I can send the output config shortly
c
I would just look at the core Kubernetes ingress docs then. You don't need to get fancy with it.
f
Ok I will investigate thank you!
Just to be sure, do I ever have to disable the servicelb? Could that mess up that my ingress controller (haproxy) is not working? Or should it not matter?
c
servicelb is a loadbalancer controller, not an ingress controller.
1
f
Got it thanks, disbaling servicelb did however fix it but that is because (I believe so at least) That haproxy-ingress installs as Loadblaancer