NOTE:
If you havn't installed kinD or minikube in your system, go and check my installation blog here
kinD
- Create your first cluster using:
To know more about kind create cluster commands just type:kind create cluster
Specifying your own name to the cluster using:kind create cluster --help
Deleting a cluster usingkind create cluster --name <name_of_cluster>
Getting created clusters usingkind delete <cluster_name>
kind get clusters
minikube
- Start your minikube cluster by using
Check status of your minikube cluster usingminikube start
minikube status