kubernetes-cli@1.33

Kubernetes command-line interface for managing clusters

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes command-line interface

Commands

kubectl

Examples

Get information about all pods in the current 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