Category: Kubernetes

To read the complete blog K9s is a terminal based UI to interact with your Kubernetes clusters. K9s is an opensource project and is written in GO language.The way it works it continiously monitor your kubernetes cluster for any changes and provides a shortcut command to interact with kubernetes resources.

To start using k9s execute k9s command on your console.

As you can see this is showing default pod running in your system and in default namespace.

Related Articles