Install Modern Kubernetes Dashboard
Prerequisites
Make sure to meet all the requirements for installing Modern Kubernetes Dashboard.
1. Add Helm Repo
Add the Devtron Helm repository to pull the necessary charts
2. Update Helm Repo
Update the Helm repo to ensure you are using the latest version.
3. Install Dashboard
For EKS, AKS, GKE Users
For Minikube, MicroK8s, Kind, K3s Users
Click the relevant tab given below to get the command:
To install on Minikube/MicroK8s/Kind/ cluster, run the following command:
For Cloud VM Users (AWS EC2, Azure VM, GCP VM)
It is recommended to use Cloud VM with 2vCPU+, 4GB+ free memory, 20GB+ storage, Compute Optimized VM type, and Ubuntu Flavoured OS.
First, create a MicroK8s Cluster:
Then use these commands after setting up MicroK8s:
4. Get Dashboard URL
For EKS, AKS, GKE Users
Run the following command to get the dashboard URL:
Assuming you have an EKS cluster, you might get a similar message as shown below:
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:
This will directly open the dashboard URL on your browser
For Cloud VM Users (AWS EC2, Azure VM, GCP VM)
Get devtron-service port number using the following command:
The dashboard URL will be: http://<HOST_IP>:<nodeport>/dashboard
5. Get Admin Login credentials
By default, the username will be admin
. Run the below command to get the admin password.
Next Recommended Action
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 Single Sign-On (SSO) service 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.
Last updated