update content/ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html

This commit is contained in:
Naoki Oketani
2020-05-25 09:04:38 +09:00
parent a60d5a8729
commit ef18c1afbb
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" >}}で実行されているプロセスを表します。