Has Anyone Successfully Used Cilium with EKS?

0
1
Asked By CuriousCoder92 On

I'm having some issues trying to switch from vpc-cni and kube-proxy to using Cilium CNI with kubeproxyreplacement set to true in my EKS setup through Terraform. I attempted to remove both the proxy and the CNI, but I keep getting timeouts from the EKS API. By the way, I'm working with Cilium version 1.17.x. Any advice?

3 Answers

Answered By K8sWhiz On

Yes, I’m using Cilium with kube-proxy replacement without any problem. If you share your Helm values, I can help you troubleshoot. Also, can you clarify what steps you're taking to remove kube-proxy? It would help to understand your process better.

Answered By CloudNinja77 On

If you're using Terraform, try setting the environment variable TG_LOG to debug. This should give you more detailed info about what’s going wrong with your setup.

CuriousCoder92 -

It's not an issue with creation using Terraform; it’s more about configuring Cilium and EKS.

Answered By TechGuru88 On

You might want to look into CNI chaining. While it doesn't address your exact question, it could be beneficial. This way, you can leverage both vpc-cni's features like security groups and Cilium's benefits like network policies and monitoring. Check out the Cilium docs for more info!

CuriousCoder92 -

Sure, I'll give that a try!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.