Metrics Server exposes core Kubernetes metrics via metrics API through a juju deployed charm into a kubernetes cluster model.
More details can be found in Core metrics pipeline documentation.
- Supports switching between releases of the metrics server based on what the charm has been generate with.
juju config kubernetes-metrics-server release='v0.6.1'
- Supports easily changing the image repository to a mirrored registry server
juju config kubernetes-metrics-server image-registry='rocks.canonical.com:443/cdk'