Skip to content

Instantly share code, notes, and snippets.

View RSteeno's full-sized avatar

RSteeno

  • Kimberly-clark
View GitHub Profile
@RSteeno
RSteeno / gist:ebea7a82b05e03a85a8c0e27a4ac6c81
Last active December 12, 2023 15:17
K9S Kubernetes Shell Interface

Launch into a namespace:
k9s -n <namespace>

Change object type to view (example below view configmaps):
: configmaps

Change namespace in app

  • change object type to namespace: : namespace
  • Select the namespace you want

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r