Skip to content

Instantly share code, notes, and snippets.

@shivannakarthik
Forked from initcron/kub-monitor.screenrc
Created August 9, 2017 05:27
Show Gist options
  • Select an option

  • Save shivannakarthik/3a6011f3bb77b6b26328bfd5dfcc1b17 to your computer and use it in GitHub Desktop.

Select an option

Save shivannakarthik/3a6011f3bb77b6b26328bfd5dfcc1b17 to your computer and use it in GitHub Desktop.

Revisions

  1. @initcron initcron revised this gist Aug 9, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion kub-monitor.screenrc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    screen watch -n 1 kubectl get pods
    split
    focus down
    screen watch -n 1 kubectl get rcs
    screen watch -n 1 kubectl get rc
    split
    focus down
    screen watch -n 1 kubectl get deploy
  2. @initcron initcron created this gist Aug 8, 2017.
    11 changes: 11 additions & 0 deletions kub-monitor.screenrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    screen watch -n 1 kubectl get pods
    split
    focus down
    screen watch -n 1 kubectl get rcs
    split
    focus down
    screen watch -n 1 kubectl get deploy
    split
    focus down
    screen watch -n 1 kubectl get replicasets
    focus bottom