<<<<<<< HEAD <<<<<<< HEAD
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.
Application-level Resource grouping for easier Debugging
- Devtron groups your Kubernetes objects deployed via Helm charts and display them in a slick UI for easier monitoring or debugging. Access pod logs and resource manifests right from the Devtron UI and even edit them!
Centralized Access Management
- Control and give customizable view-only, edit access to users on Project, Environment and Application levels
Deploy, Manage and Observe on multiple clusters
- Deploy and manage Helm charts, applications across multiple Kubernetes clusters (hosted on multiple clouds/on-prem) right from a single Devtron setup
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.
- Devtron leverages Kubernetes auto-scaling and centralized caching to give you unlimited cost-efficient CI workers.
- Supports pre-CI and post-CI integrations for code quality monitoring.
- Seamlessly integrates with Clair for image vulnerability scanning.
- Supports different deployment strategies: Blue/Green, Rolling, Canary, and Recreate.
- Implements GitOps to manage the state of Kubernetes applications.
- Integrates with ArgoCD for continuous deployment.
- Checks logs, events, and manifests or exec inside containers for debugging.
- Provides deployment metrics like; deployment frequency, lead time, change failure rate, and mean-time recovery.
- Seamlessly integrates with Grafana for continuous application metrics like CPU and memory usage, status code, throughput, and latency on the dashboard.
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 -dFor 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 -dPlease 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:
- Downloaded: The installer has downloaded all the manifests, and installation is in progress.
- Applied: The installer has successfully applied all the manifests, and the installation is complete.
helm repo add devtron https://helm.devtron.ai
helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd
Devtron is built on some of the most trusted and loved technologies:
- Devtron - A Comprehensive Overview
- Viktor Farcic's review
- Running an application on Devtron
- Devtron Demo
- How Livspace revolutionised its CI/CD saga
- AppOps with Kubernetes and Devtron: The Perfect Fit
- Getting started with GitOps on Kubernetes with Devtron
- Zero to hero on Kubernetes with Devtron
- Kubernetes deployment made easy
Devtron is trusted by communities all across the globe. The list of organizations using Devtron can be found here.
- Devtron - see here
- Devtron uses modified version of Argo Rollout
- Application metrics only work for K8s version 1.16+
Get updates on Devtron's development and chat with project maintainers, contributors, and community members
- Follow @DevtronL on Twitter
- Raise feature requests, suggest enhancements, and report bugs in our GitHub Issues
- Articles, Howtos, Tutorials - Devtron Blogs
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
453d0179 (first commit) =======
Devtron is a tool integration platform for Kubernetes.
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 to deploy, observe, manage & debug the existing Helm apps in all your clusters.
{% embed url="https://www.youtube.com/watch?v=AG8HfTceHxw" %}
- Workflow which understands the domain of Kubernetes, testing, CD, SecOps so that you don't have to write scripts
- Reusable and composable components so that workflows are easy to construct and reason through
- Deploy to multiple Kubernetes clusters on multiple cloud/on-prem from one Devtron setup
- Works for all cloud providers and on-premise Kubernetes clusters
- Multi-level security policy at global, cluster, environment, and application-level for efficient hierarchical policy management
- Behavior-driven security policy
- Define policies and exceptions for Kubernetes resources
- Define policies for events for faster resolution
- One place for all historical Kubernetes events
- Access all manifests securely, such as secret obfuscation
- Application metrics for CPU, RAM, HTTP status code, and latency with a comparison between new and old
- Advanced logging with grep and JSON search
- Intelligent correlation between events, logs for faster triangulation of issue
- Auto issue identification
- Fine-grained access control; control who can edit the configuration and who can deploy.
- Audit log to know who did what and when
- History of all CI and CD events
- Kubernetes events impacting application
- Relevant cloud events and their impact on applications
- Advanced workflow policies like blackout window, branch environment relationship to secure build and deployment pipelines
- GitOps exposed through API and UI so that you don't have to interact with git CLI
- GitOps backed by Postgres for easy analysis
- Enforce finer access control than Git
- Deployment metrics to measure the success of the agile process. It captures MTTR, change failure rate, deployment frequency, and deployment size out of the box.
- Audit log to understand the failure causes
- Monitor changes across deployments and reverts easily
- Devtron uses a modified version of Argo Rollout.
- Application metrics only work for K8s version 1.16+
Check out our contributing guidelines. Directions for opening issues, coding standards, and notes on our development processes are all included.
Get updates on Devtron's development and chat with the project maintainers, contributors, and community members.
- Join the Discord Community
- Follow @DevtronL on Twitter
- Raise feature requests, suggest enhancements, report bugs at GitHub issues
- Read the Devtron blog
We, at Devtron, take security and our users' trust very seriously. If you believe you have found a security issue in Devtron, please responsibly disclose it by contacting us at security@devtron.ai.
cf7ab6c8 (GitBook: No commit message)


