📄️ Create Ingress Class
The first step is to create a Kubernetes IngressClass. The IngressClass defines how EKS Auto Mode handles Ingress resources. This step configures the load balancing capability of EKS Auto Mode. When you create Ingress resources for your applications, EKS Auto Mode uses this IngressClass to automatically provision and manage load balancers, integrating your Kubernetes applications with AWS load balancing services.
📄️ Setup Sample Application
In this section we will deploy the 2048 game sample application and see the cluster in action.
📄️ Deploy Sample Application
To deploy the 2048 game sample application, in the same terminal window run the following command:
📄️ Clean Up Resources
To remove the resources deployed you can simply delete the game-2048 namespace, which will remove everything running inside that namespace, using the following command.