Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shubnimkar/tetris_game_gitops
- Owner: shubnimkar
- Created: 2023-10-18T13:10:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-22T07:31:50.000Z (about 1 year ago)
- Last Synced: 2023-10-22T09:57:40.291Z (about 1 year ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)