August 2018
Intermediate to advanced
352 pages
12h 30m
English
If you need to run commands against the cluster, you'll d have to use the kubectl command. Here are some common commands that you will be using on a day-to-day basis:
$ kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.4 --port=8080 $ kubectl expose deployment hello-minikube --type=NodePort

Check to make sure it is up and running:
$ kubectl get pod

Connect to ...
Read now
Unlock full access