AWS
Amazon Eks
Kubernetes Cluster
Kubernetes
Create a Amazon EKS Cluster, using the Amazon EKS
1 min readFeb 21, 2019
Prerequisites
- Create IAM Role
- Create VPC, using AWS CloudFormation stack with Specify an Amazon S3 template URL
- Create a security group
- Install
kubectlin local machine https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html - Install
aws-iam-authenticatorin local - Create a pem file for Cluster worker access, which will be used while creatin gthe nodes
Create Amazon EKS Cluster
- Create Amazon EKS Cluster using AWS CloudFormation stack with Specify an Amazon S3 template URL
- Configure kubectl for Amazon EKS
- Configure Amaon EKS Worker Nodes Stack with specifyting the S3 Template URL
- Enable worker nodes to join the cluster, with AWS authenticator configuration.
