Skip to main content

Metrics

note

This feature requires a metrics server installation on the host cluster.

You can proxy the metrics server in the underlying host cluster and get the pod/node metrics individually or both of them according to the use case.

observability.metrics.proxy.nodes:

  • Grants the needed role to access host Node metrics.
  • Creates a proxy service that translates metrics responses from the host's metrics server installation.

observability.metrics.proxy.pods:

  • Grants the needed role to access host Pod metrics.
  • Creates a proxy service that translates metrics responses from the host's metrics server installation.

Config reference

metrics required object pro

Metrics allows to proxy metrics server apis from host to virtual cluster.

proxy required object pro

Proxy holds the configuration what metrics-server apis should get proxied.

nodes required boolean false pro

Nodes defines if metrics-server nodes api should get proxied from host to virtual cluster.

pods required boolean false pro

Pods defines if metrics-server pods api should get proxied from host to virtual cluster.