Kubernetes Community Days UK 2024 KCDUK closing thoughts, reviews and takeaways#1 Container Security Workshop across the globe Sign up for the early December 2024 online workshop now. Sign up As... Read More
AWS EKS – Part 36 – Backup and Restore EBS with SnapshotsKubernetes provides a way to take and restore persistent volumes using Snapshots. The Kubernetes CSI project has defined the Volume... Read More
AWS EKS – Part 35 – Kubernetes Storage using EFS CSI DriverAWS EFS “Elastic File System” is a simple, scalable, and highly available NFS-based filesystem designed to be mounted concurrently by... Read More
AWS EKS – Part 34 – Kubernetes Storage using EBS CSI DriverAWS EBS “Elastic Block Store” is a high-performance, easy-to-use block storage service designed for use with EC2 instances. It can... Read More
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