Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Cilium with eBPF #96

Closed
xunholy opened this issue Sep 2, 2020 · 4 comments
Closed

Implement Cilium with eBPF #96

xunholy opened this issue Sep 2, 2020 · 4 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature_request prio:medium medium priority

Comments

@xunholy
Copy link
Owner

xunholy commented Sep 2, 2020

Details

https://github.com/cilium/cilium

@xunholy xunholy added the enhancement New feature or request label Sep 2, 2020
@issue-label-bot
Copy link

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.

@xunholy
Copy link
Owner Author

xunholy commented Sep 7, 2020

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

@xunholy
Copy link
Owner Author

xunholy commented Sep 8, 2020

@xunholy xunholy added documentation Improvements or additions to documentation prio:medium medium priority labels Oct 16, 2020
@xunholy xunholy changed the title Investigate Cilium Implement Cilium with eBPF Nov 20, 2020
@xunholy
Copy link
Owner Author

xunholy commented Nov 20, 2020

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.

@xunholy xunholy closed this as completed Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature_request prio:medium medium priority
Projects
None yet
Development

No branches or pull requests

1 participant