Skip to content

Instantly share code, notes, and snippets.

@infamousjoeg
Created June 16, 2018 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infamousjoeg/a637f0a26db1ddddd8dd32b758ce09c6 to your computer and use it in GitHub Desktop.
Save infamousjoeg/a637f0a26db1ddddd8dd32b758ce09c6 to your computer and use it in GitHub Desktop.
Kubernetes Tips 'n' Tricks and Cheat Sheet

Kubernetes Tips 'n' Tricks

This is a living document

Show the Jenkins admin password

printf $(kubectl get secret --namespace <namespace> <podname> -o jsonpath="{.data.jenkins-admin-password}" | base64 --decode);echo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment