Skip to content

Move kube-stack-mixins into tenant observability

We configure kube-prometheus-stack through a jsonnet mixin mechanism:

This generates input values we use in kube-prometheus-stack (example).

This configuration should be moved into tenant-observability instead of making the entire JSON document an input for the stack. We will expose necessary parameters in tenant-observability-stack and based on that generate the configuration instead if having it passed in.

Using jsonnet-provider may be an option here.

Edited by Andreas Brandl