Skip to content

Instantly share code, notes, and snippets.

@hcutcu
Created August 2, 2022 13:38
Show Gist options
  • Save hcutcu/54a513cae2ab24768a7c19a7b79a8e4d to your computer and use it in GitHub Desktop.
Save hcutcu/54a513cae2ab24768a7c19a7b79a8e4d to your computer and use it in GitHub Desktop.
installing Kind on Ubuntu/WSL
// https://kind.sigs.k8s.io/docs/user/quick-start/
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.8.1/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment