Does Metrics Server Need Requests and Limits?
PreviousWhat is the Maximum Nameservers on a PMK Node?NextWhy Namespace Deletion is Stuck Due to Finalizers
Last updated
The metrics server deployment has requests and limits set for the metrics-serverpod. Does it need the guaranteed resources assigned to it?
Platform9 Managed Kubernetes - All versions
Metrics server
Yes, these are the base requirements for the metrics-server container to start. Along with the metrics-server container, there is a sidecar container that runs within the deployment. This sidecar container (metrics-server-nanny) is responsible for vertical autoscaling as and when the cluster grows.
https://github.com/kubernetes-sigs/metrics-serverhttps://github.com/kubernetes/autoscaler/tree/master/addon-resizer
Last updated
