Vmware Workstation Kubernetes [2021] May 2026

Set up kubeconfig for your regular user:

Verify on master:

# Allow scheduling on master kubectl taint nodes --all node-role.kubernetes.io/control-plane- Note: Not recommended for performance testing, but great for learning. Deploy a sample app: vmware workstation kubernetes

mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config On the master: Set up kubeconfig for your regular user: Verify

kubectl get pods --all-namespaces -w On each worker, run the saved kubeadm join command (add --v=5 for verbose if needed). vmware workstation kubernetes

kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27/manifests/calico.yaml Wait for all pods to be ready:

Cookie Consent
We serve cookies on this site to optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
Site is Blocked
Sorry! This site is not available in your country.