Options (4)
booleanShow details of pods in a namespace
Example:
kubectl describe {{[po|pods]}} {{[-n|--namespace]}} {{namespace}}-n, --namespacebooleanShow details of pods in a namespace
Example:
kubectl describe {{[po|pods]}} {{[-n|--namespace]}} {{namespace}}booleanShow details of nodes in a namespace
Example:
kubectl describe {{[no|nodes]}} {{[-n|--namespace]}} {{namespace}}-f, --filenamebooleanShow details of Kubernetes objects defined in a YAML manifest file
Example:
kubectl describe {{[-f|--filename]}} {{path/to/manifest.yaml}}Examples (5)
Show details of pods in a namespace
kubectl describe [po|pods] [-n|--namespace] namespaceShow details of nodes in a namespace
kubectl describe [no|nodes] [-n|--namespace] namespaceShow the details of a specific pod in a namespace
kubectl describe [po|pods] pod_name [-n|--namespace] namespaceShow the details of a specific node in a namespace
kubectl describe [no|nodes] node_name [-n|--namespace] namespaceShow details of Kubernetes objects defined in a YAML manifest file
kubectl describe [-f|--filename] path/to/manifest.yamlmade by @shridhargupta | data from tldr-pages