kubernetes-cli

Command-line tool for managing Kubernetes clusters

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes command-line interface

Commands

kubectl

Examples

Get status of all pods in the default namespace$ kubectl get pods
Deploy an application from a YAML manifest file$ kubectl apply -f deployment.yaml
View logs from a specific pod$ kubectl logs pod-name