Source: medium.freecodecamp.org

How to set up a serious Kubernetes terminal

Category: Kubernetes

Kubernetes comes pre-packaged with an outstanding CLI. For basic operations, it works wonderfully. Alas, when one needs to do something quickly, complexity increases. The Kubernetes community has built all sorts of web based tooling for monitoring your cluster — kube ops view, grafana etc.

Related Articles