Skip to content

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

  • Allows the ability to view, manage and monitor the operational aspects of the Kubernetes Cluster.
  • Benefits of using a UI dashboard includes the following:
    • see an overview of the cluster
    • deploy applications onto the cluster
    • troubleshoot applications running on the cluster
    • view, create, modify, and delete Kubernetes resources
    • view basic resource metrics including resource usage for Kubernetes objects
    • view and access logs
    • live view of the pods state (e.g. started, terminating, etc)
  • Different dashboards may provide different functionalities, and the use case to choose a particular dashboard will depend on the requirements. For example, many dashboards provide a way to only monitor your applications on Kubernetes but do not provide a way to manage them.

Open Source Dashboards

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

References


Last update: March 14, 2024