Game-2048 On AWS EKS | EKS Install and app deploy with Ingress
In this project , we are deploying a web application called Game-2048 on AWS with Ingress On Elastic Kubernetes Service (EKS) & the Installation of the EKS using the eksctl .

Pre-requisites -
eksctl
eksctl Create a user and set Access & Secrete Access key
aws configure command for connecting the aws cli using the Access & Secrete Access key
Step 1 : Creating the Cluster & Node Group using the eksctl








Step 2 : Create Fargate profile -


Step 3 : Deploy the deployment, service and Ingress



Check if there is an IAM OIDC provider configured already

Step 4 : How to setup alb add on (Application Load Balancer)


Deploy ALB controller





Copy thr DNS name which is mension in the loadbalancers section & also mension in thr above image

Output- Game 2048


Last updated