Kubernetes Cluster Management
November 13, 2024
note-to-self
k8s
This reflects how I currently understand this, and may be incorrect:
- kops: create k8s clusters that you manage yourself, on whatever provider (AWS, Azure, etc)
- eksctl: create k8s clusters managed by AWS
- kubeadm: more basic k8s clusters, like if I was doing it locally not using KinD.