Hi all, I have a single node k3s cluster I started...
# k3s
b
Hi all, I have a single node k3s cluster I started with traefik disabled. I have a test service I am running using ServiceLB/nginx and I cannot seem to get it to bind to host ports. A search didn't result in anything usable. Anyone have any pointers on getting ServiceLB to bind to host ports?
c
Servicelb is for loadbalancer services. It doesn't bind, it uses iptables rules. You won't see it literally listening on host ports
🙏 1