Skip to content

Commit c0f7a06

Browse files
Okabe-Junyanasa9084t-inu
authored
[ja] Translate content/en/docs/concepts/scheduling-eviction/_index.md into Japanese (#45090)
* feat: translate /docs/concepts/scheduling-eviction/_index.md into Japanese * update L7 Co-authored-by: nasa9084 <[email protected]> * update: L6 Co-authored-by: inukai <[email protected]> * update: L7 Co-authored-by: inukai <[email protected]> * update: L12 Co-authored-by: inukai <[email protected]> * update: L13 Co-authored-by: inukai <[email protected]> --------- Co-authored-by: nasa9084 <[email protected]> Co-authored-by: inukai <[email protected]>
1 parent 9a9038f commit c0f7a06

File tree

1 file changed

+28
-3
lines changed
  • content/ja/docs/concepts/scheduling-eviction

1 file changed

+28
-3
lines changed
Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
11
---
2-
title: "スケジューリングと退避"
2+
title: "スケジューリング、プリエンプションと退避"
33
weight: 95
44
description: >
5-
Kubernetesにおいてスケジューリングとは、稼働させたいPodをNodeにマッチさせ、kubeletが実行できるようにすることを指します。
6-
退避とは、リソース不足のNodeで1つ以上のPodを積極的に停止させるプロセスです。
5+
Kubernetesにおいてスケジューリングとは、稼働させたいPodをノードにマッチさせ、kubeletが実行できるようにすることを指します。
6+
プリエンプションは、優先度の低いPodを終了させて、より優先度の高いPodがノード上でスケジュールできるようにするプロセスです。
7+
退避(eviction)とは、リソース不足のノードで1つ以上のPodを積極的に終了させるプロセスです。
8+
no_list: true
79
---
810

11+
Kubernetesにおいてスケジューリングとは、稼働させたい{{<glossary_tooltip text="Pod" term_id="pod">}}を{{<glossary_tooltip text="ノード" term_id="node">}}にマッチさせ、{{<glossary_tooltip text="kubelet" term_id="kubelet">}}が実行できるようにすることを指します。
12+
プリエンプションは、{{<glossary_tooltip text="優先度" term_id="pod-priority">}}の低いPodを終了させて、より優先度の高いPodがノード上でスケジュールできるようにするプロセスです。
13+
退避とは、リソース不足のノードで1つ以上のPodを積極的に終了させるプロセスです。
14+
15+
## スケジューリング
16+
17+
* [Kubernetesのスケジューラー](/ja/docs/concepts/scheduling-eviction/kube-scheduler/)
18+
* [Node上へのPodのスケジューリング](/ja/docs/concepts/scheduling-eviction/assign-pod-node/)
19+
* [Podのオーバーヘッド](/ja/docs/concepts/scheduling-eviction/pod-overhead/)
20+
* [Pod Topology Spread Constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/)
21+
* [Taints and Tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/)
22+
* [スケジューリングフレームワーク](/ja/docs/concepts/scheduling-eviction/scheduling-framework)
23+
* [Dynamic Resource Allocation](/docs/concepts/scheduling-eviction/dynamic-resource-allocation)
24+
* [スケジューラーのパフォーマンスチューニング](/ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning/)
25+
* [拡張リソースのリソースビンパッキング](/ja/docs/concepts/scheduling-eviction/resource-bin-packing/)
26+
* [Pod Scheduling Readiness](/docs/concepts/scheduling-eviction/pod-scheduling-readiness/)
27+
* [Descheduler](https://github.com/kubernetes-sigs/descheduler#descheduler-for-kubernetes)
28+
29+
## Pod Disruption
30+
31+
* [Podの優先度とプリエンプション](/ja/docs/concepts/scheduling-eviction/pod-priority-preemption/)
32+
* [Node-pressure Eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)
33+
* [APIを起点とした退避](/ja/docs/concepts/scheduling-eviction/api-eviction/)

0 commit comments

Comments
 (0)