Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created August 6, 2025 14:44
Show Gist options
  • Save BuddhiLW/4203348d4f19ff3477394d717e3f7624 to your computer and use it in GitHub Desktop.
Save BuddhiLW/4203348d4f19ff3477394d717e3f7624 to your computer and use it in GitHub Desktop.
KIND install (k8s)
#!/usr/bin/bash
go install sigs.k8s.io/kind@latest
#[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.29.0/kind-linux-amd64
#chmod +x ./kind
#sudo mv ./kind /usr/local/bin/kind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment