Show the details of a specific node in a namespace

kubectl describe

  • Show details of Kubernetes objects and resources.
    More information: <https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#describe>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

kubectl describe nodes {{node_name}} -n {{namespace}}

click the source code to copy install kubectl describe on any operating system with command-not-found.com