add en pages

This commit is contained in:
Karen Bradshaw
2020-05-30 15:10:23 -04:00
parent 1502e0281d
commit ecc27bbbe7
347 changed files with 2900 additions and 2537 deletions
@@ -3,20 +3,20 @@ reviewers:
- fgrzadkowski
- piosz
title: Resource metrics pipeline
content_template: templates/concept
content_type: concept
---
{{% capture overview %}}
<!-- overview -->
Resource usage metrics, such as container CPU and memory usage,
are available in Kubernetes through the Metrics API. These metrics can be either accessed directly
by user, for example by using `kubectl top` command, or used by a controller in the cluster, e.g.
Horizontal Pod Autoscaler, to make decisions.
{{% /capture %}}
{{% capture body %}}
<!-- body -->
## The Metrics API
@@ -61,4 +61,4 @@ Metrics Server is registered with the main API server through
Learn more about the metrics server in [the design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/metrics-server.md).
{{% /capture %}}