GitHub user chunkyen added a comment to the discussion: 📢 CloudStack Kubernetes Flavors — A Reference Guide I Wish I Had When I Started
Hi, thank you for your interest. May I clarify what do you mean by "Calico instead of the official K8s?". Calico is just a CNI that you installed onto a vanila K8s to provide overlay networking within the cluster. CKS default CNI (what is included in the uploaded CKS iso) is based on Calico. For me personally, I prefer Cilium as it offers lots of functionlities (like Hubble, Mesh, Gateway API for Ingress), not to mention that is is based on eBPF, so should offer superior performance. If you are interested in Talos, I have sucessfully demonstrated in the guide that you can deploy on ACS. For CNI, it comes bundle with Flannel. If you want to use Calico, simply disable Fannel as part of the Talos deployment, and install Calico instead. These are all in my guide and you can try those out if that is what you want. Cheers GitHub link: https://github.com/apache/cloudstack/discussions/13638#discussioncomment-17677987 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
