Articles → DOCKER → Create The Multinode Cluster Using The Kind Tool
Create The Multinode Cluster Using The Kind Tool
Installation Of The Kind Tool
Creation Of The Config.Yaml File
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
Create Multinode Cluster
kind create cluster --config=config.yaml
Check The List Of Nodes
snap install kubectl --classic
Delete The Cluster