The documentation mentions that canal is set as the default CNI, but I've noticed that canal (https://github.com/projectcalico/canal) seems to be long forsaken abandon-ware. Is there a fork that is used?
I noticed that as well. I am trying to find the simplest solution to encrypt the traffic between nodes (running nodes from laptops on an untrusted network), the flannel configuration didn't seem to support the wireguard backend. Probably just better to use k3s.
c
creamy-pencil-82913
04/08/2025, 6:33 PM
As that project site says, canal is just calico+flannel, both of which have their own separate projects which are very much alive. The canal “project” was just manifests for deploying them together. RKE2 uses its own chart for that, which is maintained here: https://github.com/rancher/rke2-charts/tree/main-source/packages/rke2-canal/charts
creamy-pencil-82913
04/08/2025, 6:34 PM
but yeah if you’re using laptops and want to use wg, I would definitely recommend k3s.