Make sure to meet for installing Modern Kubernetes Dashboard.
1. Add Helm Repo
Add the Devtron Helm repository to pull the necessary charts
helm repo add devtron https://helm.devtron.ai
2. Update Helm Repo
Update the Helm repo to ensure you are using the latest version.
helm repo update devtron
3. Install Dashboard
Having a Multi-Arch Cluster?
If you wish to install Devtron on clusters with multi-architecture nodes (ARM and AMD), append the below Devtron installation command with --set installer.arch=multi-arch.
here, hostname aaff16e9760594a92afa0140dbfd99f7-305259315.us-east-1.elb.amazonaws.com is the Loadbalancer URL at which you can access the Devtron dashboard.
For Minikube, MicroK8s, Kind, K3s Users
To access the dashboard on Minikube cluster, run the following command:
minikube service devtron-service --namespace devtroncd
This will directly open the dashboard URL on your browser
To install on MicroK8s/Kind/K3s cluster, run the following command to port-forward the devtron service to port 8000:
When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use it to log in as an administrator.
After the initial login, we recommend you set up any like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to the Dashboard.