K9s provides a nice interface to mange your cluster.
You can install it with the following command
```bash
sudo snap install k9s
```
Once installed, you can launch it using `k9s`. If you get a complaint that there is no binary with that name, apply the below fix
```bash
sudo ln -s /snap/k9s/current/bin/k9s /snap/bin/
```