Skip to content

Commit

Permalink
Add link to custom metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveperry-53 committed Oct 23, 2017
1 parent 79b4426 commit 4c4a0dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tasks/run-application/horizontal-pod-autoscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ This document describes the current state of Horizontal Pod Autoscaling in Kuber
## What is Horizontal Pod Autoscaling?

With Horizontal Pod Autoscaling, Kubernetes automatically scales the number of pods
in a replication controller, deployment or replica set based on observed CPU utilization
(or, with beta support, on some other, application-provided metrics). Note that Horizontal
in a replication controller, deployment or replica set based on observed CPU utilization (or, with
[custom metrics](https://git.k8s.io/community/contributors/design-proposals/instrumentation/custom-metrics-api.md)
support, on some other application-provided metrics). Note that Horizontal
Pod Autoscaling does not apply to objects that can't be scaled, for example, DaemonSet.

The Horizontal Pod Autoscaler is implemented as a Kubernetes API resource and a controller.
Expand Down

0 comments on commit 4c4a0dc

Please sign in to comment.