[ja] Translate Horizontal Pod Autoscaler into Japanese (#47730)

* [ja] Translate Horizontal Pod Autoscaler into Japanese

* encoding updated

* Update content/ja/docs/reference/glossary/horizontal-pod-autoscaler.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/docs/reference/glossary/horizontal-pod-autoscaler.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/docs/reference/glossary/horizontal-pod-autoscaler.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/docs/reference/glossary/horizontal-pod-autoscaler.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/docs/reference/glossary/horizontal-pod-autoscaler.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

---------

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
pull/47769/head
Tamilselvan 2024-09-03 14:01:16 +05:30 committed by GitHub
parent a0bd65b1d6
commit 40070117ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
title: Horizontal Pod Autoscaler
id: horizontal-pod-autoscaler
date: 2018-04-12
full_link: /ja/docs/tasks/run-application/horizontal-pod-autoscale/
short_description: >
水平Pod自動スケーラーは、ターゲットCPU使用率またはカスタムメトリクスターゲットに基づいて、Podのレプリカ数をスケーリングするAPIリソースです。
aka:
- HPA
tags:
- operation
---
水平Pod自動スケーラーは、ターゲットCPU使用率またはカスタムメトリクスターゲットに基づいて{{< glossary_tooltip text="Pod" term_id="pod" >}}のレプリカ数をスケーリングするAPIリソースです。
<!--more-->
HPAは通常{{< glossary_tooltip text="ReplicationController" term_id="replication-controller" >}}、{{< glossary_tooltip text="Deployment" term_id="deployment" >}}または{{< glossary_tooltip text="ReplicaSet" term_id="replica-set" >}}で使用されます。HPAは{{< glossary_tooltip text="DaemonSet" term_id="daemonset" >}}などのスケーリングをサポートしないオブジェクトでは使用できません。