K9s
Installation
brew install k9s
        
Commands
# start k9s
k9s

# help
?

# show all resources
ctrl+a

# show services
:service

# show deployments
:deployments

# exit
:q or ctrl+c
        
Reference
  • Documentation
  • Github