Overview
Devtron is a software delivery platform for Kubernetes apps that helps you achieve advanced maturity in just a few weeks. It is built modularly, with a Kubernetes dashboard as a base module. It can be extended to provide a seamless Kubernetes native CI/CD with a 360-degree overview of K8s applications and clusters. Deploy on demand and enable faster triage on a web-based Dashboard Interface with integrated SecOps.
Highlights
- Accelerate productivity by providing a self service platform that enables software delivery needs and ensures compliance via guardrails
- Drastically reduce build times and provide advanced, zero-downtime deployment patterns like canary and blue-green
- Deploy Devtron anywhere: Air Gapped, On-Prem, Cloud-Prem, Multi-Cloud, or Hybrid Cloud
Details
Features and programs
Financing for AWS Marketplace purchases
Quick Launch
Pricing
Dimension | Description | Cost/12 months |
---|---|---|
Devtron Platform for 1 year | Devtron Enterprise Platform for 1 year includes upto 25 users | $15,600.00 |
Devtron Platform for 3 years | Devtron Enterprise Platform for 3 years includes upto 25 users | $14,100.00 |
Devtron Cloud Native Startup Kit for 1 year | Devtron Enterprise Platform for 1 year includes upto 10 users | $7,500.00 |
Vendor refund policy
From a usage point of view, we don't offer any refund. However, if you have any concerns, please reach out to us at support@devtron.ai
Custom pricing options
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Devtron Helm Chart
- Amazon EKS
Helm chart
Helm charts are Kubernetes YAML manifests combined into a single package that can be installed on Kubernetes clusters. The containerized application is deployed on a cluster by running a single Helm install command to install the seller-provided Helm chart.
Version release notes
Additional details
Usage instructions
- Subscribe to the product.
- Choose the helm chart as the fulfillment option on the configuration page.
- Select the Devtron version to be installed i.e. v0.6.29
- Devtron can be installed on any existing EKS cluster or you can launch an EKS cluster via Quick Launch and Devtron will be automatically installed within.
- After hitting the launch button, follow the given instructions to install the Devtron using the helm chart on a new or existing cluster.
- Once the cluster is up and running, you can use cloudshell and get the Kubeconfig of the cluster.
- Enter the command to check if all microservices are up and running or not.
- kubectl get pods -ndevtroncd
- Once all pods are in running state, you can get the loadbalancer url from the following command on which dashboard can be accessed.
- kubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}
- To login into the dashboard you need admin credentials. Admin credentials can be fetched from the following command
- kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ADMIN_PASSWORD}' | base64 -d
For detailed information about the product usage, please refer to the Devtron documentation - https://docs.devtron.ai/
Resources
Vendor resources
Support
Vendor support
Being an open-source software, we adhere to Apache License 2.0 (https://opensource.org/license/apache-2-0/ ) https://discord.devtron.ai/ prakarsh@devtron.ai , abhinav@devtron.ai
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Migrating Infrastructure to Kubernetes made easy
Easy to implement and use!
As per the customer support, they are very helpful and easy to contact and solve the problems. They are friendly too.
Also, used the global configurations to make the pipeline and integration more seamless.
If anywhere there was a problem with Devtron, the support team was always available.
Deployments at lightening speed and faster release cycles
The template for deployment makes it easier for a person with no prior exprience to work on it.
The helm charts deployed as demon sets help collect the metrics and give an insight of the application.
The node-selector cannot be added in the deployment template