Skip to content

Commit 8958ace

Browse files
authored
Merge pull request #52281 from trieungoctam/glossary/horizontal-pod-autoscaler
[vi] add translation for Horizontal Pod Autoscaler glossary entry
2 parents aaae128 + b8092c5 commit 8958ace

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Tự động điều chỉnh Pod theo chiều ngang (Horizontal Pod Autoscaler)
3+
id: horizontal-pod-autoscaler
4+
date: 2018-04-12
5+
full_link: /docs/tasks/run-application/horizontal-pod-autoscale/
6+
short_description: >
7+
Một tài nguyên API tự động điều chỉnh số lượng bản sao (replica) của pod dựa vào mức sử dụng CPU mục tiêu hoặc các chỉ số tùy chỉnh.
8+
9+
aka:
10+
- HPA
11+
tags:
12+
- operation
13+
---
14+
15+
Một tài nguyên API tự động điều chỉnh số lượng replica của {{< glossary_tooltip term_id="pod" >}} dựa vào mức sử dụng CPU mong muốn hoặc các ngưỡng chỉ số tùy chỉnh.
16+
17+
<!--more-->
18+
19+
HPA thường dùng với {{< glossary_tooltip text="ReplicationControllers" term_id="replication-controller" >}}, {{< glossary_tooltip text="Deployments" term_id="deployment" >}}, hoặc {{< glossary_tooltip text="ReplicaSets" term_id="replica-set" >}}. HPA không áp dụng cho các đối tượng không thể thay đổi số bản sao, ví dụ {{< glossary_tooltip text="DaemonSets" term_id="daemonset" >}}.

0 commit comments

Comments
 (0)