I need to Run a wordpress environment in an On-Premise Kubernetes cluster with following.
Cluster should be highly available and multi master.
So i want to Create a 2 master, 3 slave cluster using kubeadm
in that sceario . do i need to install kuber admin commands to 2 masters . ??
Kubernetes requires at a minimum of 3 control plane nodes to be HA.
You can find the answer to your question in the Kubernetes docs:
@mrbobbytables , Sorry , i can’t understand this . because i m newest person for this .
Masters are control plane nodes.