Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created August 6, 2025 14:44
Show Gist options
  • Save BuddhiLW/0cbcd9e3c0aab2343ccad01e17f77db9 to your computer and use it in GitHub Desktop.
Save BuddhiLW/0cbcd9e3c0aab2343ccad01e17f77db9 to your computer and use it in GitHub Desktop.
K8s
#!/usr/bin/bash
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment