Skip to content

Instantly share code, notes, and snippets.

@devnut
devnut / kind.txt
Last active July 9, 2023 03:46
kind setup
1. install kind:
go or go1.20.3 install sigs.k8s.io/[email protected]
2. create a 3-node worker cluster by creating a yml file like this:
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker