# Devtron K8s Dashboard

## Devtron Kubernetes Dashboard

- [Overview of Dashboard](https://docs.dashboard.devtron.ai/getting-started/db-docs.md)
- [Prerequisites](https://docs.dashboard.devtron.ai/getting-started/requirements.md)
- [Install Modern Kubernetes Dashboard](https://docs.dashboard.devtron.ai/getting-started/install-devtron-dashboard.md)
- [Explore Kubernetes Resources](https://docs.dashboard.devtron.ai/user-guide/resource-browser.md)
- [Overview Page](https://docs.dashboard.devtron.ai/user-guide/resource-browser/overview.md)
- [Discover and Manage Resources](https://docs.dashboard.devtron.ai/user-guide/resource-browser/manage-resources.md)
- [Nodes and Operations](https://docs.dashboard.devtron.ai/user-guide/resource-browser/nodes.md)
- [Pod Management and Debugging](https://docs.dashboard.devtron.ai/user-guide/resource-browser/pods.md)
- [Cluster Terminal](https://docs.dashboard.devtron.ai/user-guide/resource-browser/terminal.md)
- [Add Monitoring Dashboards/Graphs](https://docs.dashboard.devtron.ai/user-guide/resource-browser/monitoring-graphs.md)
- [Run Kubectl Commands Locally](https://docs.dashboard.devtron.ai/user-guide/resource-browser/kubectl-local.md)
- [Use Resource Watcher](https://docs.dashboard.devtron.ai/user-guide/resource-watcher.md)
- [Manage Helm Apps](https://docs.dashboard.devtron.ai/user-guide/helm-apps.md)
- [Manage Argo CD Apps](https://docs.dashboard.devtron.ai/user-guide/argocd-apps.md)
- [Manage Flux CD Apps](https://docs.dashboard.devtron.ai/user-guide/fluxcd-apps.md)
- [Chart Store](https://docs.dashboard.devtron.ai/user-guide/chart-store.md)
- [Examples](https://docs.dashboard.devtron.ai/user-guide/chart-store/examples.md)
- [Deploying MySQL Helm Chart](https://docs.dashboard.devtron.ai/user-guide/chart-store/examples/deploying-mysql-helm-chart.md)
- [Deploying MongoDB Helm Chart](https://docs.dashboard.devtron.ai/user-guide/chart-store/examples/deploying-mongodb-helm-chart.md)
- [Projects](https://docs.dashboard.devtron.ai/operator-guide/projects.md)
- [Clusters](https://docs.dashboard.devtron.ai/operator-guide/cluster-environments.md)
- [OCI Registry](https://docs.dashboard.devtron.ai/operator-guide/oci-registry.md)
- [Chart Repositories](https://docs.dashboard.devtron.ai/operator-guide/chart-repo.md)
- [Manage Authorization (RBAC)](https://docs.dashboard.devtron.ai/operator-guide/authorization.md)
- [SSO Login Services](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services.md)
- [Google](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/google.md)
- [GitHub](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/github.md)
- [GitLab](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/gitlab.md)
- [Microsoft](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/microsoft.md)
- [LDAP](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/ldap.md)
- [OIDC](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/oidc.md)
- [Keycloak](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/oidc/keycloak.md)
- [Okta](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/oidc/okta.md)
- [OpenShift](https://docs.dashboard.devtron.ai/operator-guide/authorization/sso-login-services/openshift.md)
- [User Permissions](https://docs.dashboard.devtron.ai/operator-guide/authorization/user-permissions.md)
- [Permission Groups](https://docs.dashboard.devtron.ai/operator-guide/authorization/permission-groups.md)
- [API Tokens](https://docs.dashboard.devtron.ai/operator-guide/authorization/api-tokens.md)
- [External Links](https://docs.dashboard.devtron.ai/operator-guide/external-links.md)
- [Catalog Framework](https://docs.dashboard.devtron.ai/operator-guide/catalog-framework.md)
- [Charts and Chart Store](https://docs.dashboard.devtron.ai/operator-guide/charts.md)
- [Show/Hide Argo CD App Listing](https://docs.dashboard.devtron.ai/operator-guide/enable-argocd-listing.md)
- [Show/Hide Flux CD App Listing](https://docs.dashboard.devtron.ai/operator-guide/enable-fluxcd-listing.md)
- [Configure GUI Schema for Manifests](https://docs.dashboard.devtron.ai/operator-guide/edit-gui-schema.md)
- [Configure Lock Schema for Manifests](https://docs.dashboard.devtron.ai/operator-guide/edit-lock-schema.md)
- [Glossary](https://docs.dashboard.devtron.ai/resources/glossary.md)
- [FAQ](https://docs.dashboard.devtron.ai/resources/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
