Kind Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Kind") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Kind#Subjects|Kind]] | * [[Kind#Subjects|Kind]] | ||
=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
Internal
Installation
brew install kind
If there is no Docker:
KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster