Note: We have restructured the readme. If you are looking for Devtron's CI/CD capabilities, please click here


Kubernetes is powerful but complex. Devtron unifies app and infrastructure management with an AI teammate to simplify operations and accelerate delivery.
Explore Documentation · Try Devtron SaaS
Website · Blogs · Join Discord channel . YouTube
Devtron's extensible Kubernetes Dashboard provides clear visibility into your Kubernetes clusters and streamlines Helm app management through a single, intuitive interface.
With built-in RBAC, it ensures secure access while offering integrated insights into workloads deployed via GitOps tools like ArgoCD and FluxCD across multiple clusters. Devtron creates a centralized DevOps hub, accelerating operations by up to 20x :rocket:
Check out the below video to experience the full power of the Kubernetes Dashboard.

Out of the box, Devtron's Kubernetes Dashboard includes: - Helm Application Management to streamline deploying, configuration, and management of Helm apps - Resource Browser to visualize and manage different cluster resources like Nodes, Pods, ConfigMaps, Custom Resource Definations (CRDs), etc - Single Sign On (SSO) to simplify onboarding and authenticating team members. - Fine Grained RBAC to control the level of access users have to different Dashboard and Cluster resources.
Devtron helps you deploy, observe, manage & debug existing Helm apps in all your clusters.
Devtron's Kubernetes Dashboard offers a variety of different features, giving you flexibility to manage your clusters as you desire.
To get a more comprehensive understanding of Devtron's Kubernetes Dashboard, please visit the documentation
Before you begin, you must create a Kubernetes cluster (preferably K8s 1.16 or higher) and install Helm.
Run the following command to install the latest version of Devtron's Kubernetes Dashboard:
helm repo add devtron https://helm.devtron.ai
helm install devtron devtron/devtron-operator \
--create-namespace --namespace devtroncd
URL: Use the following command to get the dashboard URL:
kubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'
Credentials:
UserName: admin
Password: Run the following command to get the admin password for Devtron version v0.6.0 and higher
kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ADMIN_PASSWORD}' | base64 -d
For Devtron version less than v0.6.0, run the following command to get the admin password:
kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}' | base64 -d
Please refer to the document for more information on how to access the Devtron Dashboard.
The Devtron Platform provides a complete solution for all DevOps requirements, helping to create a single centralized DevOps Platform for managing all applications across Kubernetes clusters.
With Devtron Platform, you can accelerate your application delivery lifecycle by leveraging advanced features like canary deployments, A/B testing, and automated rollbacks. Devtron Platform helps you achieve faster time-to-market and improved application reliability by simplifying Kubernetes operations and streamlining development workflows.

Devtron deeply integrates with products across the lifecycle of microservices,i.e., CI, CD, security, cost, debugging, and observability via an intuitive web interface and helps you deploy, observe, manage & debug applications across all your Kubernetes clusters.
By harnessing the potential of diverse integrations, Devtron Dashboard can evolve into a robust platform, automating Kubernetes application workflows, from CI/CD pipelines to ongoing maintenance
Devtron comes with the following integrations:
To get a more comprehensive understanding of Devtron Platform's features, please visit the documentation
Run the following command to install the latest version of the Devtron Platform:
helm install devtron devtron/devtron-operator --namespace devtroncd \
--set installer.modules={cicd} --set argo-cd.enabled=true \
--set security.enabled=true --set notifier.enabled=true \
--set security.trivy.enabled=true --set monitoring.grafana.enabled=true
Here are the components that Devtron uses internally as part of its own architecture:
| Logo | Tool | Purpose | GitHub Repository | License |
|---|---|---|---|---|
![]() |
Kubernetes | Core orchestration platform managing deployments, scaling, and container lifecycle automation. | kubernetes/kubernetes | Apache License 2.0 |
![]() |
Golang | Backend language powering high-performance, scalable Devtron core services. | golang/go | BSD 3-Clause License |
![]() |
Helm | Manages Kubernetes application packaging, versioning, and consistent deployment workflows. | helm/helm | Apache License 2.0 |
![]() |
Trivy | Ensures security by scanning vulnerabilities, misconfigurations, secrets, and SBOMs. | aquasecurity/trivy | Apache License 2.0 |
![]() |
NATS | Enables reliable, high-speed messaging between Devtron microservices and workflows. | nats-io/nats-server | Apache License 2.0 |
![]() |
Dex | Provides secure SSO integration with enterprise identity providers. | dexidp/dex | Apache License 2.0 |
![]() |
Casbin | Enforces fine-grained RBAC policies for secure user authorization. | casbin/casbin | Apache License 2.0 |
Here are some of the optional components that Devtron supports:
| Logo | Tool | Purpose | GitHub Repository | License |
|---|---|---|---|---|
![]() |
Argo CD / Argo Workflows | Enables GitOps-based deployments and workflow automation within Devtron | argoproj/argo-cd | Apache License 2.0 |
![]() |
Clair | Scans container images for known security vulnerabilities | quay/clair | [Apache License 2.0] |
$ claude mcp add devtron \
-- python -m otcore.mcp_server <graph>