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" >}}で実行されているプロセスを表します。