K9s
K9s is a terminal-based UI to interact with your Kubernetes clusters. It provides a rich set of features to manage your Kubernetes resources. It can help you to navigate your Kubernetes clusters, view resource details, and perform actions on resources. Super useful for debugging and troubleshooting your Kubernetes applications.
Resources
Installation
You can install k9s on MacOS using Homebrew.
brew install k9s
Once you have K9s installed, you can start it by running the following command
k9s
It will show the show the resources running in your Kubernetes cluster (for the current context and namespace).