Vmware Workstation Kubernetes — Better

Add the Kubernetes repository and install the core binaries: The tool to bootstrap the cluster. kubelet: The agent that runs on every node. kubectl: The command-line tool to talk to the cluster. 4. Initialize the Cluster On the Master Node only, run: sudo kubeadm init --pod-network-cidr=192.168.0.0/16 Use code with caution.

kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27/manifests/calico.yaml vmware workstation kubernetes

sudo apt-get update sudo apt-get install -y kubelet kubeadm kubectl sudo apt-mark hold kubelet kubeadm kubectl Add the Kubernetes repository and install the core

Wait for all pods to be ready: