We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cilium supports a whole bunch of stuff that isn't (properly) configured yet.
Bonus Points: Enable multi-cluster mesh so we can run untrusted pods on one w/ Kata Containers and run OCF things on the other.
The text was updated successfully, but these errors were encountered:
LoadBalancer was done through MetalLB (7aade48, de3169b).
Sorry, something went wrong.
XDP is not happening (our QEMU is too old)
We probably could use XDP on Bullseye
@ethanhs It's more that we weren't running on bare metal before. This should be no problem with dedicated hosts.
It seems dual stack is enabled by default in Kubernetes 1.21, and I think cilium mostly supports it? It seems we mostly just need to configure the service/node CIDRs with v4 and v6 https://kubernetes.io/docs/concepts/services-networking/dual-stack/#configure-ipv4-ipv6-dual-stack
Also Hubble is enabled, it just needs keycloak set up to be in front of it. (ref #3)
No branches or pull requests
Cilium supports a whole bunch of stuff that isn't (properly) configured yet.
Bonus Points: Enable multi-cluster mesh so we can run untrusted pods on one w/ Kata Containers and run OCF things on the other.
The text was updated successfully, but these errors were encountered: