This is a quick review of kubernetes command line tool, kubectl. The goal is quick review and some kind of cheat sheet:
| Command | Details |
|---|---|
| kubectl cluster-info | view the cluster details |
| kubectl get nodes | view the nodes in the cluster |
| kubectl describe | view details of objects |
| kubectl logs | print the logs from a container in a pod |
| kubectl exec | execute a command on a container in a pod |