Skip to main content

The Kubernetes platform you’d build if you had the time

Getting Kubernetes right is hard. Not the “spin up a cluster” part, that’s easy. The hard part is everything else: setting up proper IAM, configuring GitOps, getting secrets management working, choosing the right ingress controller, setting up observability, and making it all work together without spending months on it. I’ve built and maintained Kubernetes platforms at multiple companies. Each time, I found myself solving the same problems, making the same architectural decisions, and wishing I had a solid starting point instead of building from scratch. Kube Starter Kit is that starting point. It’s an opinionated, production-ready platform for AWS and EKS that gives you everything you need to run applications on Kubernetes: infrastructure, deployment pipelines, and baseline components, all wired together and ready to go.

What’s Included

Who This Is For

Kube Starter Kit is built for engineering teams at early-stage companies who:
  • Are confident Kubernetes is the right choice for their infrastructure
  • Want to get to production quickly without cutting corners
  • Value having an opinionated path from someone who’s done this before
  • Would rather customize a working system than build one from scratch

What It’s Not

Not a hosted PaaS. There’s no managed service here. You own the infrastructure, run it in your AWS account, and maintain it yourself. Not an enterprise platform product. This isn’t OpenShift, Tanzu, or Portainer. There’s no abstraction layer, no proprietary UI, no vendor lock-in. It’s standard Kubernetes with standard tools. Not a dependency you upgrade. You fork the repo and make it yours. Future updates to the kit are available to cherry-pick, but you’re free to diverge as needed. It’s a starting point, not a framework.

Get Started