Command-line tool for managing Kubernetes clusters
Kubernetes command-line interface
kubectl
$ kubectl get pods
$ kubectl apply -f deployment.yaml
$ kubectl logs pod-name