Skip to content

Instantly share code, notes, and snippets.

@NjengaFelix
Created May 27, 2023 10:13
Show Gist options
  • Save NjengaFelix/cf877641b0864610a938b9499e4f0fb1 to your computer and use it in GitHub Desktop.
Save NjengaFelix/cf877641b0864610a938b9499e4f0fb1 to your computer and use it in GitHub Desktop.
How to use kind kubernetes
#create a cluster
kind create cluster --name prod1
#cluster info
kubectl cluster-info --context kind-prod1
#delete cluster
kind delete cluster --name prod1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment