AWS EKS – Part 33 – Bring Your Own CNI (BYOCNI) ApproachBYOCNI stands for “Bring Your Own Container Network Interface”, a feature in EKS that allows the user to install and... Read More
AWS EKS – Part 32 – Setup Cilium CNI on EKS ClustersCilium is another trending Kubernetes CNI plugin, a graduated CNCF project. It is known for using eBPF in its core... Read More
AWS EKS – Part 31 – Setup Calico CNI on EKS ClustersAWS EKS supports almost all CNI plugins other than VPC CNI through two main methods: the chaining mode, “only few... Read More
AWS EKS – Part 30 – Ingress with Application Load BalancerThe AWS Load Balancer Controller(LBC) introduced in the previous lesson also provides a feature to create an AWS Application Load... Read More
AWS EKS – Part 29 – Setup AWS Load Balancer ControllerAWS EKS supports LoadBalancer services to expose your applications outside the clusters. By default, when you create a LoadBalancer Service,... Read More
AWS EKS – Part 28 – Deploy Pods in Different VPC SubnetsVPC CNI supports a feature to deploy Pods in subnets that are different from the cluster and worker nodes subnets.... Read More
AWS EKS – Part 27 – Security Groups for Pods Network SecurityWhen using AWS VPC CNI, you can setup another feature to use EC2 Security Groups for Pods, which means you... Read More
AWS EKS – Part 26 – Increase VPC CNI Allocatable IP AddressesEvery AWS EC2 instance comes with a limitation in the number of maximum network interfaces which can be assigned to... Read More
AWS EKS – Part 25 – Kubernetes Networking and AWS VPC CNIAWS VPC CNI is the default CNI “Container Network Interface” in EKS, and it’s installed automatically when the cluster is... Read More