-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Description
Currently, jupyter-k8s only sets custom labels (app, workspace.workspaces.jupyter.org/*) on resources. We should adopt Kubernetes recommended labels (https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) to improve ecosystem tool integration (monitoring, tracking, dashboards), resource discoverability, and consistency with Kubernetes best practices.
Proposed Solution
Add standard app.kubernetes.io/* labels to all operator-managed resources (Workspaces, Deployments, Services, PVCs). See the Kubernetes recommended labels documentation (https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) for the full list of recommended labels and their usage.