EKS Static Site Demo
Archived demo. Last validated May 5, 2026.
A reviewable AWS/EKS deployment path for a small Nginx static site.
The site is intentionally simple. The useful part is the infrastructure around it: Terraform-managed AWS resources, a private EKS workload, an image published to ECR, private S3 assets copied into the pod with an IRSA-backed initContainer, Helm deployment, Gateway API routing through Traefik, cert-manager ACME support, and GitHub Actions workflows for validation and image publishing.
The repo is a point-in-time demo of how the AWS, Kubernetes, asset-sync, ingress, TLS, and CI/CD pieces fit together for a small production-shaped workload.