Very slow in the LoadBalancer type service #11272
Unanswered
danielvincenzi
asked this question in
Q&A
Replies: 1 comment
-
➜ helm git:(main) ✗ cilium connectivity perf
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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!
Beta Was this translation helpful? Give feedback.
All reactions