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


Picture showing creating the cluster using the kind tool



Check The List Of Nodes




snap install kubectl --classic




kubectl get no


Picture showing the list of control-plane and worker nodes created



Delete The Cluster




kind delete cluster





Posted By  -  Karan Gupta
 
Posted On  -  Tuesday, January 23, 2024

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250