Back to articles
Deploying a 2048 Game on Kubernetes using Amazon EKS — End-to-End DevOps Project

Deploying a 2048 Game on Kubernetes using Amazon EKS — End-to-End DevOps Project

via Dev.to PythonAbhishek Jaiswal

Kubernetes has become the de-facto standard for container orchestration , and many organizations today run their workloads on managed Kubernetes platforms. One of the most popular managed Kubernetes services is Amazon Elastic Kubernetes Service (EKS) . In this hands-on project, I built a complete end-to-end Kubernetes deployment on AWS EKS by deploying the classic 2048 game application . The goal of this project was simple: Containerize an application Deploy it on a Kubernetes cluster Expose it to the internet Understand how Kubernetes workloads run in a real cloud environment This project helped me understand how containerized applications move from a simple Docker image to a live application running on a Kubernetes cluster in AWS . If you'd like to explore the full project and code, you can check it out here: 👉 GitHub Repository https://shorturl.at/LxtaW Project Architecture Overview The workflow of this project follows a typical Kubernetes deployment lifecycle : Containerize the app

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
2 views

Related Articles