Labels
Overview
Signadot Sandboxes provide a mechanism to attach key-value labels to sandboxes.
For example, a sandbox spec
may look like this:
name: example-labels
spec:
labels:
team: frontend
owner: Jane
cluster: staging
# ...
The labels form a dictionary of string labels with string values. With a consistent labeling scheme in place, one can then use the analytics dashboard page to explore the usage of signadot sandboxes over time.
Example
A full yaml Sandbox spec is available here.