Horizontal Pod Autoscaler Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Horizontal Pod Autoscaler") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Kubernetes_Horizontal_Pod_Autoscaler#Operations|Horizontal Pod Autoscaler]] | * [[Kubernetes_Horizontal_Pod_Autoscaler#Operations|Horizontal Pod Autoscaler]] | ||
=Create an Autoscaler= | |||
A pre-requisite, if we intend the autoscaler to monitor resource metrics, a source of resource metrics must be deployed. The simplest source of resource metrics is the [[Kubernetes Metrics Server|metrics server]]. | |||
==With CLI== | |||
==With Metadata== |
Revision as of 18:57, 6 October 2020
Internal
Create an Autoscaler
A pre-requisite, if we intend the autoscaler to monitor resource metrics, a source of resource metrics must be deployed. The simplest source of resource metrics is the metrics server.