# Overview of Dashboard

## Introduction

The **Modern Kubernetes Dashboard** by Devtron provides a unified interface for managing and observing all Kubernetes resources across your clusters. It simplifies resource management by offering visualizations, RBAC controls, multi-cluster support, thus making it intuitive for you to view and manage your microservices.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/dashboard/dashboard-overview.gif)

***

## Key Offerings

Discover how Devtron’s Modern Kubernetes Dashboard simplifies operations by managing all your clusters with the Resource Browser. Visualize Helm releases and ArgoCD/FluxCD apps easily, with fine-tuned RBAC controls and OCI registry support. The intuitive interface removes the complexity of Kubernetes, so you can focus on delivering great software and services.

### Resource Browser

View and manage the resource kinds available across all your clusters.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/dashboard/resource-browser-showcase-db.jpg)

### Helm Release Management

Easily view, manage, and deploy your Helm releases.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/dashboard/helm-applist.jpg)

### Argo CD App Listing

Visualize your Argo CD apps across all your clusters on a single pane.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/dashboard/argocd-applist.jpg)

### Flux CD App Listing

Visualize your Flux CD apps across all your clusters on a single pane.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/dashboard/fluxcd-applist.jpg)

### Fine-Grained Access Control

User management with Single Sign-On (SSO) and Role-Based Access Control (RBAC) for enhanced security.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/dashboard/access-control.gif)

### OCI Registry Support

Support to add your OCI registry for uploading and downloading helm charts.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/dashboard/oci-registry-showcase.jpg)

***

## Additional Options [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)

For your advanced and challenging use-cases, Devtron offers enterprise-grade features too:

* **Resource Watcher**: Trigger webhook to notify about any intercepting changes to your resources.
* **Advanced CEL Filtering**: Filter Kubernetes resources with advanced CEL-based queries.
* **Cluster & Helm Apps Catalog**: Manage and browse the data of clusters and Helm apps using Catalog Framework.
* **Simplified Kubeconfig Sharing**: Get Kubeconfig file for gaining cluster access through your local machine.
* **Fine-grained Access Control**: Supports time-based access control for user management.
* **Pod Restart Snapshot**: View snapshots of Pod states for troubleshooting.
* **Cluster Access via SSH & Proxy**: Securely access clusters through SSH or proxy.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dashboard.devtron.ai/getting-started/db-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
