You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I would like your help to identify a slowness problem that I am having when using the LoadBalancer service. When I do port-forward or use NodePort, it works normally, but the LoadBalancer service is extremely slow to load the apps. What I have already tried:
Change the CNI from Flannel to Cillium
Run the Cillium connectivity tests
Changed the kube-proxy to the native Cilium one
Changed the service load balancer to MetalLb and then to Cilium
All the tests above had the same result, slowness to access the apps via LoadBalancer, and via NodePort it works correctly.
I'm running three VMWare, Etcd virtual machines in HA and with Cilium enabled (even though I tested Flannel), OS: Debian GNU/Linux 11 (bullseye), Kernel: 5.10.0-33-amd64, K3s: v1.30.6+k3s1, Cilium: 1.16.3.
Hi everyone, I would like your help to identify a slowness problem that I am having when using the LoadBalancer service. When I do port-forward or use NodePort, it works normally, but the LoadBalancer service is extremely slow to load the apps. What I have already tried:
All the tests above had the same result, slowness to access the apps via LoadBalancer, and via NodePort it works correctly.
I'm running three VMWare, Etcd virtual machines in HA and with Cilium enabled (even though I tested Flannel), OS: Debian GNU/Linux 11 (bullseye), Kernel: 5.10.0-33-amd64, K3s: v1.30.6+k3s1, Cilium: 1.16.3.
Installation:
Master:
curl -sfL https://get.k3s.io | sh -s - server \ --flannel-backend=none \ --disable-network-policy \ --disable-kube-proxy \ --disable traefik \ --disable servicelb \ --cluster-init
Workers:
Do you have any ideas? I don't know what to do anymore.
Thank you very much!
The text was updated successfully, but these errors were encountered: