Kubernetes


This is a quick review of kubernetes command line tool, kubectl. The goal is quick review and some kind of cheat sheet:

CommandDetails
kubectl cluster-infoview the cluster details
kubectl get nodes view the nodes in the cluster
kubectl describeview details of objects
kubectl logsprint the logs from a container in a pod
kubectl execexecute a command on a container in a pod

Leave a Reply

Your email address will not be published. Required fields are marked *