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