Distributed SystemsIn progress
GitHub Actions CI/CD Pipeline
Full CI/CD pipeline with testing, Docker build, and GKE deployment
A complete GitHub Actions pipeline that runs tests, builds a Docker image, pushes to Artifact Registry, and rolls out to GKE — with environment-gated promotions and rollback on failed health checks.
What it demonstrates
- Pipeline stages
- Environment gates
- Rollback
- Secret management
Tech stack
GitHub ActionsDockerGCPKubernetes