-
-
Save relaxdiego/c44e437e02a609d3760f8b2f40213980 to your computer and use it in GitHub Desktop.
k0s! It's k1s minus the colors 😿
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
#!/bin/bash -e | |
resource=${1:-"pods"}; namespace=${2:-"default"} | |
watch -c "echo ' _ ___'; echo '| | __/ _ \ ___'; echo '| |/ / | | / __| Namespace: ${namespace}'; echo '| <| |_| \__ \ Resources: ${resource}'; echo '|_|\_\\\\\___/|___/'; echo; kubectl get -n "$namespace" "$resource" ${@:3} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirements
Installation:
Sample commands
Short link for this gist: https://bit.ly/icanhazk0s