ELSEIF
Your brief EB
2,138 stories from 224 feeds 1257 clusters Refreshed 6 minutes ago next pull 15:17

INFRA Signal 113

Multi-tenant proxy pattern gives Kubernetes tenants self-service access to their own GPU metrics

Adobe engineers describe a pattern using a tenant-aware proxy and a MetricAccess custom resource to give Kubernetes teams self-service visibility into their GPU metrics without exposing other tenants' data or overloading the central Prometheus.

WHY IT MATTERS

In multi-tenant Kubernetes, GPU utilization data often sits locked in a central Prometheus that can't be safely shared, leaving expensive idle resources invisible to the teams that own them. This pattern solves both the security and noisy-neighbor problems without adding a new metrics stack, using only CNCF-native components.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

A central Prometheus can't be safely opened to all tenants because PromQL queries aren't namespace-aware and heavy queries from one team degrade the store for everyone.

02

The solution places a multi-tenant proxy in front of the central Prometheus that authenticates callers, restricts queries to the tenant's namespace, and optionally remote-writes curated metrics to tenant-owned Prometheus instances.

03

Self-service is enabled through a MetricAccess custom resource where teams declare which metrics they want, separating platform mechanism from tenant policy.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
CNCF Whose GPUs are these, anyway? Secure, self-service metrics for multi-tenant Kubernetes Open ↗