Kind Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
brew install kind
brew install kind
</syntaxhighlight>
If there is no Docker:
<syntaxhighlight lang='bash'>
KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster
</syntaxhighlight>
</syntaxhighlight>



Revision as of 23:37, 5 December 2023

Internal

Installation

brew install kind

Cluster

See:

Kind Cluster

Create Cluster

Delete Cluster