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.
These posts are for my own understanding. Reader beware. Info may be wrong but it reflects my current understanding.