Infrastructure
Explore documentation »
Try Devtron Demo »
Website
·
Blogs
·
Join Discord channel
·
Twitter
.
YouTube
🔥 Want to accelerate K8s adoption? Introducing DevOps in a Box; Leave DevOps on Devtron 🔥
Devtron deeply integrates with products across the lifecycle of microservices,i.e., CI, CD, security, cost, debugging, and observability via an intuitive web interface.
Devtron helps you deploy, observe, manage & debug existing Helm apps in all your clusters.
Please log in the Demo environment using github credentials. Please note the user is granted view access.
Devtron is designed to be modular, and its functionality can be easily extended with the help of integrations.
Devtron CI/CD with GitOps integration is used to automate the builds and deployments and enables the software development teams to focus on meeting the business requirements, code quality, and security.
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 along with the CI/CD module:
helm repo add devtron https://helm.devtron.ai
helm install devtron devtron/devtron-operator \
--create-namespace --namespace devtroncd \
--set installer.modules={cicd}
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 above install command for CI/CD integration starts Devtron-operator, which takes about 20 minutes to spin up all of the Devtron microservices one by one. You can check the status of the installation with the following command:
kubectl -n devtroncd get installers installer-devtron \
-o jsonpath='{.status.sync.status}'
The command executes with one of the following output messages, indicating the status of the installation:
helm repo add devtron https://helm.devtron.ai
helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd
To install Devtron on clusters with the multi-architecture nodes (ARM and AMD), append the Devtron installation command with --set installer.arch=multi-arch
Devtron is built on some of the most trusted and loved technologies:
Devtron is trusted by communities all across the globe. The list of organizations using Devtron can be found here.
Get updates on Devtron's development and chat with project maintainers, contributors, and community members
Check out our contributing guidelines. Included, are directions for opening issues, coding standards, and notes on our development processes. We deeply appreciate your contribution.
Please look at our community contributions and feel free to create a video or blog around Devtron and add your valuable contribution to the list.
We are deeply grateful to all our amazing contributors!
We at Devtron, take security and our users' trust very seriously. If you believe you have found a security issue, please report it to security@devtron.ai.
Devtron is licensed under Apache License, Version 2.0