Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now deploy something and verify it all works.


Install Some Example Pods

Code Block
> kubectl create -f https://kubernetes.io/examples/application/deployment.yaml
> kubectl get pods

NAME                                READY   STATUS    RESTARTS   AGE
nginx-deployment-76bf4969df-hkmjp   1/1     Running   0          2m18s
nginx-deployment-76bf4969df-x7f9h   1/1     Running   0          2m18s






Install Dashboard

From the master node:

...

> ssh -L 8001:127.0.0.1:8001 test@192.168.56.100


Browse to:http://localhost:8001/

....


References

...