Deploy an EKS Cluster (via console)
MD
R
MarkdownAmazon EKS - Elastic Kubernetes Service https://eksworkshop.com/spot/cloudformation/iam/
#1. Create EKS Service Role https://console.aws.amazon.com/iam/
#2. Create EKS Cluster VPC Two public subnets and two private subnets. https://console.aws.amazon.com/cloudformation/ https://amazon-eks.s3.us-west-2.amazonaws.com/cloudformation/2020-03-23/amazon-eks-vpc-private-subnets.yaml
#3. Create EKS Cluster
#4. Create EKS WorkerNode Group Role https://amazon-eks.s3.us-west-2.amazonaws.com/cloudformation/2020-03-23/amazon-eks-nodegroup-role.yaml Attach Nodes
#5. Create Kubeconfig aws eks --region eu-west-2 update-kubeconfig --name rogue
Created on 4/13/2020