Docker for mac install kubernetes

  1. install kubernetes, service using docker for mac consistent failed to start

excuse me, how to diagnose and solve this problem?

Nov.03,2021

you can use the command line kubectrl to check the running status

check nodes

kubectl get node

check pods

kubectl get po

Cluster details

kubectl cluster-info dump

you can make an one-step analysis based on the above results

Menu