Posts
All the articles I've posted.
-
Choosing a Container Orchestrator: A Decision Framework
Docker Swarm, Kubernetes, k3s, Nomad, ECS, Cloud Run, Fly.io — when each makes sense, a decision matrix by team size and workload, and the business cases where each wins.
-
Docker Swarm: Built-In Orchestration Without the Complexity
Docker Swarm mode turns a group of Docker hosts into a cluster with built-in service discovery, load balancing, and rolling updates — using the Docker CLI you already know.
-
AWS ECS and Fargate: Managed Containers Without Kubernetes
Amazon's container orchestration service — EC2 launch type for control, Fargate for serverless containers, and when to choose ECS over EKS.
-
Container Orchestration: A Practical Guide to Every Major Option
Docker Swarm, Kubernetes, k3s, Nomad, ECS, Cloud Run, Fly.io — what each does, how to set it up, and when it's the right choice for your team and workload.
-
k3s: Lightweight Kubernetes for the Real World
A single binary, production-ready Kubernetes distribution — from single-node development to multi-node edge clusters, without the operational weight of full K8s.
-
Kubernetes Fundamentals: The Mental Model
Pods, Services, Deployments, and the control loop — understanding Kubernetes architecture and core concepts before touching kubectl.