KEDA error establishing rabbitmq connection in EKS cluster with Calico networking #253
Unanswered
visla-xugeng
asked this question in
Q&A
Replies: 1 comment 3 replies
-
As you point out, this seems to be related to Calico but unfortunately I don't have experience with that. Are you sure that everything is accessible from KEDA? Once we manage to solve that we should document it on https://keda.sh/docs/latest/troubleshooting/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I installed EKS cluster with Calico networking(xvlan). In this env, I have rabbitmq installed through helm chart. A KEDA setup through helm chart as well. Before Calico network, I was using aws vpc cni network by default. The KEDA scaling worked well. After switched to the Calico network (overlay), I got below errors:
btw: I already updated the KEDA to use "ClusterFirstWithHostNet", since I am using overlay network.
I got below error. As a result, the KEDA cannot scaling more consumers(pods) to process messages.
any idea will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions