Merge pull request #21169 from oke-py/ja/deploy-interactive

update content/ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html
This commit is contained in:
Kubernetes Prow Robot
2020-05-28 05:04:03 -07:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
@@ -13,7 +13,7 @@ card:
{{% capture body %}}
## Podについて理解する
## Podについて理解する {#understanding-pods}
*Pod* は、Kubernetesアプリケーションの基本的な実行単位です。これは、作成またはデプロイするKubernetesオブジェクトモデルの中で最小かつ最も単純な単位です。Podは、{{< glossary_tooltip term_id="cluster" >}}で実行されているプロセスを表します。
@@ -17,6 +17,13 @@ weight: 20
<main class="content katacoda-content">
<div class="row">
<div class="col-md-12">
<p>
Podは、Kubernetesアプリケーションの基本的な実行単位です。各Podは、クラスターで実行されているワークロードの一部を表します。<a href="/ja/docs/concepts/workloads/pods/pod-overview/#understanding-pods">Podの詳細はこちらです。</a>
</p>
</div>
</div>
<br>
<div class="katacoda">
<div class="katacoda__alert">