BossaBox

This is the playbook for engineering-playbook

Kubernetes UI Dashboards

This document covers the options and benefits of various Kubernetes UI Dashboards which are useful tools for monitoring and debugging your application on Kubernetes Clusters. It allows the management of applications running in the cluster, debug them and manage the cluster all through these dashboards.

Overview and Background

There are times when not all solutions can be run locally. This limitation could be due to a cloud service which does not offer a robust or efficient way to locally debug the environment. In these cases, it is necessary to use other tools which provide the capabilities to monitor your application with Kubernetes.

Advantages and Use Cases

Open Source Dashboards

There are currently several UI dashboards available to monitor your applications or manage them with Kubernetes. For example:

References