xunholy/k8s-gitops

Implement Cilium with eBPF

xunholy opened this issue · 4 comments

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.67. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

arm64 image available for testing https://hub.docker.com/r/cilium/cilium-dev/tags

helm install cilium cilium/cilium
--version v1.9.0-rc0
--namespace kube-system
--set config.disableEnvoyVersionCheck=true
--set agent.image=docker.io/cilium/cilium-dev:v1.9.0-rc0
--set operator.image=docker.io/cilium/operator-dev:v1.9.0-rc0

cilium/proxy#25

Note: with the docker.io/cilium/cilium-dev:v1.9.0-rc0 you need to run cilium-agent with --disable-envoy-version-check=true - once the above PR is merged there's no need to run with that flag

Currently using Cilium 1.9.x in the cluster without issues. Calico had issues when trying to run the eBPF data plane however, with Cilium there were no troubles, and Hubble UI is also working as expected.