Tetris — DevSecOps on AWS EKS
A comprehensive DevSecOps learning project: how to deploy a React Tetris game on AWS EKS with infrastructure provisioning, CI/CD, and integrated security scanning.
01Challenge
Nothing turns a deployment story into a repeatable one like shipping something universally known. The mission: deploy a Tetris game to AWS EKS and prove the whole pipeline — from infrastructure provisioning to continuous deployment — with security scanning baked in.
02Strategy
Uses React on the frontend; the repo walks the full DevSecOps lifecycle: Terraform-style EKS provisioning, Docker image build, CI/CD pipeline configuration, Node.js/Express tooling around it, and security scans integrated into CI.
03Results
Actively maintained through Jun 2026; functions as a teaching artifact for anyone wanting to see a secure, containerized, Kubernetes-driven delivery pipeline end to end.