jakacky.dev/builds/

Builds

Concrete builds, tools, demos, experiments, products, and reference implementations.

This section collects public work that is useful to inspect directly: how it is shaped, how it is built, and what tradeoffs it captures. Some entries are active. Some are point-in-time demos. Some are small enough to study as implementation references.

Build Index

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.