A working sample of how KubeKraft approaches cloud and Kubernetes projects — context, the actual problem, the approach taken, and what came out of it.

Static Site Hosting on AWS

A reference architecture for hosting a static site on AWS for pennies a month, without giving up HTTPS, a CDN, or a real deploy pipeline.

  • AWS S3
  • CloudFront
  • ACM
  • Route53
  • OpenTofu
  • GitHub Actions
  • OIDC
Read the case study

Serverless REST API Hosting on AWS

A reference architecture for a REST API that costs nothing at rest and scales without a fleet of servers to patch.

  • AWS API Gateway
  • Lambda
  • DynamoDB
  • OpenTofu
  • GitHub Actions
  • OIDC
Read the case study

Kubernetes Platform Bootstrap

A reference pattern for standing up a new Kubernetes platform with GitOps delivery and guardrails from day one, instead of retrofitting them later.

  • Kubernetes
  • EKS
  • Argo CD
  • OpenTofu
  • GitOps
Read the case study

Rebuilding KubeKraft.com

This site. Migrated off a managed hosting platform onto self-owned AWS infrastructure, provisioned entirely in OpenTofu.

  • Hugo
  • HTMX
  • Alpine.js
  • AWS S3
  • CloudFront
  • Route53
  • OpenTofu
  • GitHub Actions
Read the case study

Staff Console for a Salon Loyalty Program

A serverless points-based loyalty program had a working backend and no way for staff to actually use it — built the missing staff API and a mobile-friendly console to close the gap.

  • Python
  • FastAPI
  • AWS Lambda
  • Amazon Cognito
  • DynamoDB
  • API Gateway
  • HTMX
  • Pulumi
Read the case study