Project Name:- Deploy a 2048-game in EKS
Prerequisite- Configure AWS CLI, install Kubectl and eksctl and helm in ubuntu ec2 machine.
Step1- Create cluster using fargate.
eksctl create cluster --name demo-cluster --region us-east-1 --fargate
eksctl utility creates everything for us and it ...
deploy-an-application-on-eks-and-expose-it-using-alb-ingress.hashnode.dev4 min read