DEV Community

Cover image for Kubernetes-project-using-an-EKS-cluster
SNS-Srinivasu
SNS-Srinivasu

Posted on

Kubernetes-project-using-an-EKS-cluster

2048 game Deployed

🚀Excited to share my recent Kubernetes project where I deployed the 2048 Game Application using an EKS cluster! This project was a great learning experience, leveraging EKS, Fargate, and the Application Load Balancer Ingress Controller

Here's a summary of the steps I followed:

1) Set up an EKS cluster with Fargate.
2) Configured CLI access to cluster resources by updating the KubeConfig file.
3) Created a "game-2048" namespace linked to the Fargate profile "alb-sample-app."
4) Deployed the 2048 app as a Kubernetes Pod, created a service for it, and configured an Ingress resource to manage traffic routing.
5) Installed and configured the Ingress Controller to automatically create an Application Load Balancer (ALB) Controller.
6) Configured an IAM OIDC Provider to allow the ALB Controller access to the Application Load Balancer.
7) Deployed the ALB Controller using Helm Charts and linked it with the service account.
8) Verified the 2048 application running within the EKS environment.

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

đź‘‹ Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay