https://github.com/shubnimkar/tetris_game_gitops
Deploying Tetris game on EKS using Argocd
https://github.com/shubnimkar/tetris_game_gitops
argocd argocd-application aws eks
Last synced: 2 months ago
JSON representation
Deploying Tetris game on EKS using Argocd
- Host: GitHub
- URL: https://github.com/shubnimkar/tetris_game_gitops
- Owner: shubnimkar
- Created: 2023-10-18T13:10:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-22T07:31:50.000Z (over 1 year ago)
- Last Synced: 2025-01-17T21:08:30.827Z (4 months ago)
- Topics: argocd, argocd-application, aws, eks
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying Tetris game on EKS with Argocd

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)