Kind Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
kind create cluster
kind create cluster
</syntaxhighlight>
</syntaxhighlight>
By default, the cluster is named "kind".
Upon creation, it can be listed with <code>kind get clusters</code>. Nodes can be listed with: <code>kind get nodes</code>.


==Delete Cluster==
==Delete Cluster==

Revision as of 23:39, 5 December 2023

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