Install Devtron
This page helps you to install Devtron without any integrations. Integrations can be added later using Devtron Stack Manager.
Before you begin
Install Helm if you haven't done that already!
Devtron dashboard
Use the following command to get the dashboard URL:
You will get the result something as shown below:
The hostname aaff16e9760594a92afa0140dbfd99f7-305259315.us-east-1.elb.amazonaws.com
as mentioned above is the Loadbalancer URL where you can access the Devtron dashboard.
You can also do a CNAME entry corresponding to your domain/subdomain to point to this Loadbalancer URL to access it at a custom domain.
Host | Type | Points to |
---|---|---|
devtron.yourdomain.com | CNAME | aaff16e9760594a92afa0140dbfd99f7-305259315.us-east-1.elb.amazonaws.com |
Devtron Admin credentials
For admin login, use the username as admin
, and run the following command to get the admin password:
Cleaning Helm installer
Please make sure that you do not have anything inside namespaces devtroncd, devtron-cd devtron-ci, and devtron-demo as the below steps will clean everything inside these namespaces
Upgrade
To use the CI/CD capabilities with Devtron, users can Install the CI/CD integration.
Last updated