[ja] update page weights in /tasks

This commit is contained in:
s-kawamura-w664 2023-03-30 14:55:06 +09:00
parent 756e2b3ce0
commit 1fdaa7b469
25 changed files with 25 additions and 24 deletions

View File

@ -1,5 +1,5 @@
---
title: "クラスター内アプリケーションへのアクセス"
description: クラスター内アプリケーションへアクセスできるようにするために、ロードバランシングやポートフォワーディングの設定、ファイアウォールやDNS設定のセットアップを行います。
weight: 60
weight: 100
---

View File

@ -1,7 +1,7 @@
---
title: 共有ボリュームを使用して同じPod内のコンテナ間で通信する
content_type: task
weight: 110
weight: 120
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: Minikube上でNGINX Ingressコントローラーを使用してIngressをセットアップする
content_type: task
weight: 100
weight: 110
---
<!-- overview -->

View File

@ -1,6 +1,6 @@
---
title: "Secretの管理"
weight: 28
weight: 60
description: Secretを使用した機密設定データの管理
---

View File

@ -1,6 +1,6 @@
---
title: "Podとコンテナの設定"
description: Podとコンテナの一般的な設定のタスクを行います。
weight: 20
weight: 30
---

View File

@ -2,7 +2,7 @@
title: Node Affinityを利用してPodをードに割り当てる
min-kubernetes-server-version: v1.10
content_type: task
weight: 120
weight: 160
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: Podをードに割り当てる
content_type: task
weight: 120
weight: 150
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: コンテナライフサイクルイベントへのハンドラー紐付け
content_type: task
weight: 140
weight: 180
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: Liveness Probe、Readiness ProbeおよびStartup Probeを使用する
content_type: task
weight: 110
weight: 140
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: Podを構成してConfigMapを使用する
content_type: task
weight: 150
weight: 190
card:
name: tasks
weight: 50

View File

@ -1,7 +1,7 @@
---
title: ストレージにProjectedボリュームを使用するようPodを設定する
content_type: task
weight: 70
weight: 100
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: ストレージにボリュームを使用するPodを構成する
content_type: task
weight: 50
weight: 80
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: 拡張リソースをコンテナに割り当てる
content_type: task
weight: 40
weight: 70
---
<!-- overview -->

View File

@ -1,7 +1,7 @@
---
title: PodにQuality of Serviceを設定する
content_type: task
weight: 30
weight: 60
---

View File

@ -1,7 +1,7 @@
---
title: Podとコンテナにセキュリティコンテキストを設定する
content_type: task
weight: 80
weight: 110
---
<!-- overview -->

View File

@ -2,7 +2,7 @@
title: Pod内のコンテナ間でプロセス名前空間を共有する
min-kubernetes-server-version: v1.10
content_type: task
weight: 160
weight: 200
---
<!-- overview -->

View File

@ -1,6 +1,6 @@
---
title: static Podを作成する
weight: 170
weight: 220
content_type: task
---

View File

@ -1,7 +1,7 @@
---
title: "監視、ログ、デバッグ"
description: クラスターのトラブルシューティングや、コンテナ化したアプリケーションのデバッグのために、監視とログをセットアップします。
weight: 20
weight: 40
content_type: concept
no_list: true
---

View File

@ -1,6 +1,7 @@
---
title: Pod障害の原因を特定する
content_type: task
weight: 30
---
<!-- overview -->

View File

@ -1,5 +1,5 @@
---
title: "アプリケーションへのデータ注入"
description: ワークロードを実行するPodの構成とその他のデータを指定します。
weight: 30
weight: 70
---

View File

@ -1,6 +1,6 @@
---
title: "Jobの実行"
description: 並列処理を使用してJobを実行します。
weight: 50
weight: 90
---

View File

@ -1,5 +1,5 @@
---
title: "Kubernetesオブジェクトの管理"
description: Kubernetes APIと対話するための宣言型および命令型のパラダイム。
weight: 25
weight: 50
---

View File

@ -1,6 +1,6 @@
---
title: "ネットワーク"
description: クラスターのネットワークの設定方法を学びます。
weight: 160
weight: 140
---

View File

@ -1,6 +1,6 @@
---
title: "アプリケーションの実行"
description: ステートレスアプリケーションとステートフルアプリケーションの両方を実行および管理します。
weight: 40
weight: 80
---

View File

@ -1,6 +1,6 @@
---
title: "TLS"
weight: 100
weight: 120
description: Transport Layer Security(TLS)を使用して、クラスター内のトラフィックを保護する方法について理解します。
---