Enable Kubernetes in Docker Desktop

  • Enable Hypervisor in Windows 10
  • Install Docker Desktop
  • Enable Kubernates in Docker Desktop Settings

Run below commands to check if kubectl is recognized by your cmd

kubectl version

kubectl config current-context

kubectl get nodes

kubectl get pods

Reference :

Leave a Comment