Fix misc things.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ weight: 60
|
||||
## {{% heading "objectives" %}}
|
||||
|
||||
|
||||
* 2つのHellow Worldアプリケーションを稼働させる。
|
||||
* 2つのHello Worldアプリケーションを稼働させる。
|
||||
* Nodeのポートを公開するServiceオブジェクトを作成する。
|
||||
* 稼働しているアプリケーションにアクセスするためにServiceオブジェクトを使用する。
|
||||
|
||||
|
||||
@@ -92,12 +92,12 @@ Kubeconfigの認証方法は、外部IDプロバイダーやx509証明書ベー
|
||||
|
||||
例:
|
||||
|
||||
```conf
|
||||
release=1.0
|
||||
tier=frontend
|
||||
environment=pod
|
||||
track=stable
|
||||
```
|
||||
```conf
|
||||
release=1.0
|
||||
tier=frontend
|
||||
environment=pod
|
||||
track=stable
|
||||
```
|
||||
|
||||
- **Namespace**: Kubernetesは、同じ物理クラスターを基盤とする複数の仮想クラスターをサポートしています。これらの仮想クラスタは[名前空間](/docs/tasks/administer-cluster/namespaces/) と呼ばれます。これにより、リソースを論理的に名前のついたグループに分割することができます。
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ content_type: task
|
||||
|
||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
||||
|
||||
* [Initコンテナ](/ja/docs/concepts/abstractions/init-containers/)の基本を理解しておきましょう。
|
||||
* [Initコンテナ](/ja/docs/concepts/workloads/pods/init-containers/)の基本を理解しておきましょう。
|
||||
* [Initコンテナを設定](/docs/tasks/configure-pod-container/configure-pod-initialization/#creating-a-pod-that-has-an-init-container/)しておきましょう。
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ kubectl logs <pod-name> -c <init-container-2>
|
||||
|
||||
<!-- discussion -->
|
||||
|
||||
## Podのステータスを理解する
|
||||
## Podのステータスを理解する {#understanding-pod-status}
|
||||
|
||||
`Init:`で始まるPodステータスはInitコンテナの実行ステータスを要約します。以下の表は、Initコンテナのデバッグ中に表示される可能性のあるステータス値の例をいくつか示しています。
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ kubectl exec -it shell-demo -- /bin/bash
|
||||
```
|
||||
{{< note >}}
|
||||
|
||||
ダブルダッシュの記号 "--" はコマンドに渡す引数とkubectlの引数を分離します。
|
||||
ダブルダッシュの記号 `--` はコマンドに渡す引数とkubectlの引数を分離します。
|
||||
|
||||
{{< /note >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user