You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide the information in the following fields to add your kubernetes cluster:
13
+
### Add Clusters Using Server URL & Bearer Token
14
+
15
+
16
+
To add a Kubernetes cluster on Devtron using `server url` and the `bearer token`, provide the information in the following fields:
14
17
15
18
| Field | Description |
16
19
| :--- | :--- |
17
20
|`Name`| Enter a name of your cluster. |
18
21
|`Server URL`| Server URL of a cluster.<br>Note: We recommended to use a [self-hosted URL](#benefits-of-self-hosted-url) instead of cloud hosted URL.</br> |
**Note:** Please ensure that the kubeconfig file you use has `admin permissions`. It is crucial for Devtron to have the necessary administrative privileges; otherwise, it may encounter failures or disruptions during deployments and other operations. Admin permission is essential to ensure the smooth functioning of Devtron and to prevent any potential issues that may arise due to insufficient privileges.
If you want to see application metrics against the applications deployed in the cluster, Prometheus must be deployed in the cluster. Prometheus is a powerful tool to provide graphical insight into your application behavior.
0 commit comments