AWS EKS Cluster Setup: Provisioning Kubernetes with eksctl and Terraform (Part 1)
This new series adds a third architecture: Kubernetes, via Amazon EKS (Elastic Kubernetes Service), fronted by an ALB Ingress Controller, a custom Route 53 domain,...
Terraform for ECS: Provisioning S3, DynamoDB, and Fargate Cluster (Part 2)
The interesting part of this post isn't creating new resources from scratch; it's adapting the existing kloud-gov-infrastructure Terraform module from the EC2-based series to fit...
Docker and ECR: Containerizing and Deploying the KloudGov Application (Part 1)
This new series explores the other major path: re-platforming KloudGov onto containers, replacing EC2 with a managed container service, and building toward high availability without...