AWS EKS – Part 33 – Bring Your Own CNI (BYOCNI) Approach
BYOCNI stands for “Bring Your Own Container Network Interface”, a feature in EKS that allows the user to install and...
AWS EKS – Part 32 – Setup Cilium CNI on EKS Clusters
Cilium is another trending Kubernetes CNI plugin, a graduated CNCF project. It is known for using eBPF in its core...
AWS EKS – Part 31 – Setup Calico CNI on EKS Clusters
AWS EKS supports almost all CNI plugins other than VPC CNI through two main methods: the chaining mode, “only few...