Running Kubernetes on a Single Node AKS: What I Learned and What I Would Not Do Again
Introduction
Most Kubernetes tutorials assume a cluster with multiple worker nodes, autoscaling groups, and enough resources to run almost anything. In reality, many developers experiment with Kubernetes on very small footprints. Cloud providers make...