Create a local Kubernetes cluster

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 create cluster --name {{cluster_name}}

click the source code to copy