This message was deleted.
# k3s
a
This message was deleted.
b
I'm trying out replacing traefik with cilium
c
Nope not yet... once we ship a release of Traefik that supports it without having to enable the experimental CLI flag maybe we'll bundle it
b
Okay. Thanks for the breakdown too.
l
@brave-afternoon-4801 Cilium is compatible with a specific Gateway API version on specific Cilium versions … it’s in their docs. E.g.: https://docs.cilium.io/en/latest/network/servicemesh/gateway-api/gateway-api < that URI is for Cilium v1.15 that’s coming up and then https://docs.cilium.io/en/stable/network/servicemesh/gateway-api/gateway-api/ is for the current v1.14 version which is using v0.7 of the Gateway API
I’ve done a PoC on Cilium v1.14 using the Gateway API … worked fine.
b
okay, thanks for the extra info. so far I've failed every time I try to get a cluster going without kube-proxy, but I have yet to try removing it from an existing cluster. I think I have to take a break from this today and pick it up in the evenings or next week.
l
Sounds like a plan. Finally got a go to open source some of the tooling and thereby curated components we use to operate a K3s based platform in the company I work for. Part of what will be open sources would likely be Cilium in an opinionated setup where it’s configured to be replacing the kube-proxy, l7 is enabled and so forth.
b
This is a little bit of a mess, but I hope this is of value. https://github.com/cornfeedhobo/vagrant-microos-k3s-cilium
👍 1