We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca6bc0 commit 8de0976Copy full SHA for 8de0976
content/ja/docs/concepts/workloads/_index.md
@@ -1,5 +1,5 @@
1
---
2
-title: ワークロード
+title: "ワークロード"
3
weight: 50
4
description: >
5
Kubernetesにおけるデプロイ可能な最小のオブジェクトであるPodと、高レベルな抽象化がPodの実行を助けることを理解します。
@@ -35,4 +35,3 @@ Podには定義されたライフサイクルがあります。たとえば、
35
アプリケーションが実行できるようになったら、インターネット上で公開したくなるかもしれません。その場合には、[Service](/ja/docs/concepts/services-networking/service/)として公開したり、ウェブアプリケーションだけの場合、[Ingress](/ja/docs/concepts/services-networking/ingress)を使用することができます。
36
37
コードを設定から分離するKubernetesのしくみについて学ぶには、[設定](/ja/docs/concepts/configuration/)を読んでください。
38
-
0 commit comments