Skip to content

Commit 947170a

Browse files
ziyi-xiet-inu
andauthored
Update content/ja/docs/concepts/workloads/controllers/daemonset.md
Co-authored-by: Toshiaki Inukai <[email protected]>
1 parent 78f342c commit 947170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/workloads/controllers/daemonset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ DaemonSetコントローラーは`node.kubernetes.io/unschedulable:NoSchedule`
124124

125125
## Daemon Podとのコミュニケーション
126126

127-
DaemonSet内のPodとのコミュニケーションをする際に考えられるパターンは以下の通りです:
127+
DaemonSet内のPodとのコミュニケーションをする際に考えられるパターンは以下の通りです:
128128

129129
- **Push**: DaemonSet内のPodは統計データベースなどの他のサービスに対して更新情報を送信するように設定されます。クライアントは持っていません。
130130
- **NodeIPとKnown Port**: PodがNodeIPを介して疎通できるようにするため、DaemonSet内のPodは`hostPort`を使用できます。慣例により、クライアントはNodeIPのリストとポートを知っています。

0 commit comments

Comments
 (0)