Label customizations — SaaS
PerfectScale can recognize some labels automatically. However, it can be set up manually for advanced label configuration. This is particularly helpful when you are using custom labels to organize your K8s resources.
You can customize your labels for the workloads as well as for nodes. Currently, there are available the following options:
| Label | Description |
|---|---|
| workload_labels | Defines labels that can be applied to Kubernetes resources (pods, deployments, or stateful sets) to identify and manage workloads within a cluster. |
| spot_labels | Identifies spot nodes. |
| node_group_labels | Identifies the nodes group in a cluster. |
| architecture_labels | Specifies the architecture of the node (x86_64, arm64, etc.) |
| os_labels | Specifies the operating system running on a node within the Kubernetes cluster. |
| instance_type_labels | Specifies the type or configuration of VMs (instances) within a cloud infrastructure. |
| region_labels | Specifies the geographical region where a particular resource is located. |
| availability_zone_labels | Specify the availability zone where a particular resource is located. |
| ignored_pod_labels | Defines labels that Kubernetes components should disregard when making pod decisions. |
| ignored_node_labels | Defines labels that Kubernetes components should disregard when making node decisions. |