k9s - My Favorite Kubernetes Tool

Kubernetes CLI To Manage Your Clusters In Style

If you work with Kubernetes clusters a lot, you are most probably used to typing a lot of kubectl commands. A while ago, I discovered k9s and it made working with Kubernetes clusters so much simpler. To quote the description directly from the k9s site: K9s is a terminal based UI to interact with your Kubernetes clusters Installing k9s is written in go-lang. The beauty of programs written in that language is that they are compiled down to a single binary with all the dependencies included. [Read More]