Kubernetes Updating Cluster
Kubernetes Updating Cluster
Scenario:
Updating the kubernetes cluster of the EKS v1.30 to v1.31
through the awscli without zero downtime.
Steps:
Step-1: Launched a ec2 instance at first and then with awscli
completely setup the EKS cluster in the region eu-west-1 without
node group.
eksctl create cluster --name=EKS-1 \
--region=eu-west-1 \
--zones=eu-west-1a,eu-west-1b \
--version=1.30 \
--without-nodegroup
Updated to 1.31
Step-8: While updating the cluster there will be zero
Downtime for the application, so here is the output