Add custom environment labels

Enhance your ability to easily monitor a group of clusters

This capability is available only to Enterprise users. Learn more about our paid plans.

Labeling clusters in your cloud-native environments is very helpful for efficient resource management and observability. By assigning an environment label in groundcover, you can categorize and identify clusters based on any specific criteria that you find helpful. For example, you can choose to label your clusters by environment type (development, staging, production, etc.), or by region (EU, US, etc.).

To add an environment label to your cluster, edit your cluster's existing values.yaml and add the following line:

env: "my-env-name"

Once defined and added, these labels will be available for you to select in the cluster and environment drop down menu ("Cluster Picker").

Last updated