I built a small project that spins up a working Kubernetes cluster on AWS with a single command. Terraform provisions the instances, Ansible configures them, and kubeadm bootstraps the cluster. It handles networking, kubeconfig setup, and is easy to extend for demos or learning.
The setup is dynamic (you can set number of worker nodes, security group rules etc.)
Would love your feedback on it.