Kind: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
* [[Kind Concepts|Concepts]]
* [[Kind Concepts|Concepts]]
* [[Kind Operations|Operations]]
* [[Kind Operations|Operations]]
=Installation=
<syntaxhighlight lang='bash'>
brew install kind
</syntaxhighlight>
If there is no Docker:
<syntaxhighlight lang='bash'>
KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster
</syntaxhighlight>

Revision as of 00:58, 5 December 2023