E-commerce Platform on Kubernetes
Containerized frontend and backend deployed on Kubernetes with services
and ingress routing.
View implementation
CI/CD Pipeline (Build → Scan → Deploy)
GitHub Actions pipeline that builds Docker images, scans them,
pushes to GHCR, and deploys to Kubernetes using version tags.
View CI/CD pipeline
Kubernetes Networking & Operations
Hands-on experience with Services, Ingress, pod lifecycle,
and failure debugging in a live cluster.
View Kubernetes setup