Project Name:- Deploy an application on EKS and expose it using ALB Ingress controller.
Prerequisite- Configure AWS CLI, install Kubectl and eksctl.
Step1- Create cluster using fargate.
eksctl create cluster --name demo-cluster --region us-east-1 --fargate
eksctl utility creates everything for us and it will take 10 to 15mins.
Step2...
mycloud.blog4 min read