Kind Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Installation

brew install kind

Cluster

See:

Kind Cluster

Create Cluster

export KIND_EXPERIMENTAL_PROVIDER=docker
kind create cluster

By default, the cluster is named "kind".

Upon creation, it can be listed with kind get clusters. Nodes can be listed with: kind get nodes.

Delete Cluster