I've created an ingress with traefik. But what is strange is that the command "ss -tlnp" on the server doses not show any process that bind to port 80.
c
creamy-pencil-82913
07/08/2025, 4:40 PM
That's because nothing binds to 80 on the host. Kubernetes uses iptables to forward traffic between network namespaces.