kubectl

Command line interface for running commands against Kubernetes clusters. See…

kubectl

Command line interface for running commands against Kubernetes clusters. See also kubectl describe and other pages for additional information. More information: https://kubernetes.io/docs/reference/kubectl/.

kubectl get {{pod|service|deployment|ingress|...}} -o wide

kubectl label pods {{name}} unhealthy=true

kubectl get all

kubectl top {{pod|node}}

kubectl cluster-info

kubectl explain {{pods.spec.containers}}

kubectl logs {{pod_name}}

kubectl exec {{pod_name}} -- {{ls /}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← kube-capacity kubectl-delete →