You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to downloaded tf-code and execute terraform init , terraform plan and terraform apply and new EKS cluster with the name terraform-eks-demo will be created
Copy the output of terraform output config_map_aws_auth to a config_map_aws_auth.yml file and execute kubectl apply -f .\config_map_aws_auth.yaml for accessing nodes.
Apply service and deployment by executing kubectl apply -f service.yml and kubectl apply -f deployment.yml
Application can be accessed with Loadbalancer URL that can be found by kubectl get svc