Last active
October 23, 2023 15:03
-
-
Save sirkirby/273e927df30a7352585a9e7953c1503f to your computer and use it in GitHub Desktop.
kubernetes-cli.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## For Mac, install kubectl and helm (you'll need it later) | |
brew install kubernetes-cli helm | |
## For Windows, run terminal as Admin | |
choco install kubernetes-cli kubernetes-helm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment