This guide explains how to delete an existing Kind cluster and create a new one with a custom configuration file.
# List Kind clusters
kind get clusters
# List Kubernetes contexts
kubectl config get-contexts# Delete a specific cluster
kind delete cluster --name <NOM_CLUSTER>
# Example: delete the default cluster
kind delete cluster --name kindThis command deletes:
kubectl config get-contexts
kind get clustersPreview — the rest of the lesson is for enrolled readers.
Your access is tied to your account, not to this link. Sign in with the same email you used in class: your course is waiting, no need to enter the code again.
Sign inNo account yet? Create oneThe first modules of the course are open to everyone. For the rest you have three options: buy this course once and for all, subscribe, or enter the code handed out in class.