← Back

Platform · Cloud · 2026

GitOps Kubernetes Platform

Designed and ran a GitOps Kubernetes platform on AWS — S3-backed storage, self-healing deploys, and a golden-path for product teams to ship without touching infra.

↳ Deploy frequency up 6×, rollback in seconds

KubernetesAWSS3ArgoCDTerraformGitHub Actions

The problem

Product teams were blocked on a hand-managed cluster: slow deploys, scary rollbacks, and infra knowledge locked in one head.

What I built

A GitOps platform where the repo is the source of truth. Merges reconcile the cluster automatically; rollbacks are a git revert.

  • Declarative infra in Terraform; app delivery via ArgoCD
  • S3 + lifecycle policies for durable, cheap object storage
  • Golden-path templates so teams ship services without learning Kubernetes

Outcome

Deploys went from a careful weekly event to many-a-day, rollbacks became boring, and the platform kept running whether or not I was online.