A company wants to install Kubernetes on a set of bare-metal servers with no existing orchestration tools. They need a solution that supports high availability for the control plane and uses etcd operators for cluster management. Which tool should they use?
Trap 1: kube-spray
kube-spray uses Ansible and is more complex for this requirement.
Trap 2: minikube
minikube is for local single-node clusters.
Trap 3: kops
kops is designed for cloud providers, not bare-metal.
- A
kube-spray
Why wrong: kube-spray uses Ansible and is more complex for this requirement.
- B
kubeadm
kubeadm can bootstrap HA clusters and integrates with etcd operators.
- C
minikube
Why wrong: minikube is for local single-node clusters.
- D
kops
Why wrong: kops is designed for cloud providers, not bare-metal.