Setup Kubernetes (K8s) Cluster On AWS: #Sudo Apt-Get Install Unzip - If You Dont Have Unzip in Your System
Setup Kubernetes (K8s) Cluster On AWS: #Sudo Apt-Get Install Unzip - If You Dont Have Unzip in Your System
2. install AWSCLI
7. Install kubectl
10. Create an IAM user/role with Route53, EC2, IAM and S3 full access
Note: If you create IAM user with programmatic access then provide Access keys.
aws configure
15. Create a Route53 private hosted zone (you can create Public hosted zone if you have a
domain)
aws s3 mb s3://dev.k8s.valaxy.in
export KOPS_STATE_STORE=s3://dev.k8s.valaxy.in
ssh-keygen
4. Expose the deployment as service. This will create an ELB in front of those 2 containers
and allow us to publicly access them:
6. To delete cluster