Last active
June 4, 2021 17:23
-
-
Save kudosqujo/feb1ed7e6fe354bbe0a5a8eec1cc23d9 to your computer and use it in GitHub Desktop.
[kubectl Cheatsheet] #kubectl #cheatsheet
This file contains 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
kubectl rollout restart deploy <release> # bounce a release | |
kubectl delete ns <name> # destroy a namespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment