
kind
List of commands for kind:
-
kind:tldr:011be kind: Create a local Kubernetes cluster.$ kind create cluster --name ${cluster_name}try on your machineexplain this command
-
kind:tldr:0f1d3 kind: Export the kubeconfig or the logs.$ kind export ${select}try on your machineexplain this command
-
kind:tldr:6ba10 kind: Get details about clusters, nodes, or the kubeconfig.$ kind get ${select}try on your machineexplain this command
-
kind:tldr:71235 kind: Delete one or more clusters.$ kind delete clusters ${cluster_name}try on your machineexplain this command