Aws Eks
Aws Eks
High Availability: It offers a highly available and reliable environment for your
applications.
Easy Management: AWS manages the control plane, so you can focus on your
applications.
Architectural Diagram:
AMAZON ELASTIC KUBERNETES SERVICE (EKS) NOTES
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o
"awscliv2.zip"
unzip awscliv2.zip
o After creating the user, generate an Access Key and Secret Access
Key for this user.
6) Configure the AWS CLI with the Access Key and Secret Access Key from
step 2:
AMAZON ELASTIC KUBERNETES SERVICE (EKS) NOTES
7) Kubernetes tools setup:
aws configure
Install kubectl:
Install eksctl:
NOTE: Make sure to replace <cluster-name> and <region> with your desired values
9) Verify Nodes: