Starts minikube. If this hangs then see error #2 end of this page.
Stops the minikube virtual machine.
Do this to completely delete the minikube image. Delete if minikube is refusing to start or failing randomly.
Find out the required environment variables to connect to the docker daemon running in minikube.
Find out the ip address of minikube. Needed for browser access.
List all objects that you’ve created. Pods at first, later, ReplicaSets, Deployments and Services
List all pods with their IP and Node details
Either creates or updates resources depending on the contents of the yaml file
Apply all yaml files found in the current directory
Gives full information about the specified pod
Execute the specified command in the pod’s container. Doesn’t work well in Cygwin.
Get all pods or services. Later in the course, replicasets and deployments.
Get all pods and their labels
Get all pods matching the specified name:value pair
Delete the named pod. Can also delete svc, rs, deploy
Delete all pods (also svc, rs, deploy) Deployment Management
Get the status of the named deployment
Get the previous versions of the deployment
Go back one version in the deployment. Also optionally -- to-revision=
https://stackoverflow.com/questions/55417410/kubernetes-create-deployment-unexpected-schemaerror
It might be a memory issue. so increase the minikube RAM memory on VM.