Get details about clusters, nodes, or the kubeconfig

kind

  • Tool for running local Kubernetes clusters using Docker container "nodes".
    Designed for testing Kubernetes itself, but may be used for local development or continuous integration.
    More information: <https://github.com/kubernetes-sigs/kind>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

kind get {{clusters|nodes|kubeconfig}}

click the source code to copy