kubernetes-cli@1.32

Kubernetes command-line interface for managing cluster operations

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes command-line interface

Commands

kubectl

Examples

Get cluster information and connection status$ kubectl cluster-info
List all pods in the default namespace$ kubectl get pods
Deploy an application from a YAML manifest$ kubectl apply -f deployment.yaml