In this chapter, we will review a few popular and commonly used tools to administer and operate the kubernetes cluster, making your life as a Kubernetes engineer a bit easier.
K9S
The first of them is the K9S, which can be used to administer the kubernetes cluster. It can be downloaded from https://k9scli.io/. The binary release can be downloaded from https://github.com/derailed/k9s/releases.
Let us install the Linux x86_64 version on our Linux workstation, the same workstation where we have ...