Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubnimkar/tetris_game_gitops

Deploying Tetris game on EKS using Argocd
https://github.com/shubnimkar/tetris_game_gitops

Last synced: about 9 hours ago
JSON representation

Deploying Tetris game on EKS using Argocd

Awesome Lists containing this project

README

        

# Deploying Tetris game on EKS with Argocd

![GitOps](https://github.com/shubnimkar/Tetris_game_GITOPS/assets/46809421/c3a03d07-6f49-4abc-9293-b1afa3c5b980)

Find complete steps here in my blog : [GitOps Deployment of Tetris on Amazon EKS with Argo CD](https://medium.com/@shubnimkar/gitops-deployment-of-tetris-on-amazon-eks-with-argo-cd-affa8741b707)

## Steps:

Step 1: Create IAM Roles

Step 2: Create EKS Cluster

Step 3: ARGOCD SETUP

Step 4: Change the version of the Game

Step 5: Termination

## Tetris Game Docker Images

* [V1](https://hub.docker.com/r/shubnimkar/tetris)
(docker pull shubnimkar/tetris)

* [V2](https://hub.docker.com/r/shubnimkar/tetris_v2)
(docker pull shubnimkar/tetris_v2)