-
-
Save shivannakarthik/3a6011f3bb77b6b26328bfd5dfcc1b17 to your computer and use it in GitHub Desktop.
screen automation code to monitor kubernetes. use "screen -c kub-monitor.screenrc" to launch
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
| screen watch -n 1 kubectl get pods | |
| split | |
| focus down | |
| screen watch -n 1 kubectl get rc | |
| split | |
| focus down | |
| screen watch -n 1 kubectl get deploy | |
| split | |
| focus down | |
| screen watch -n 1 kubectl get replicasets | |
| focus bottom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment