Delete a cluster

kops

  • Create, destroy, upgrade and maintain Kubernetes clusters from the command-line.
    More information: <https://github.com/kubernetes/kops/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

kops delete cluster {{cluster_name}} --yes

click the source code to copy