Skip to content

Commit bc241ff

Browse files
authored
Merge pull request #51883 from fahhem/patch-1
Mention Service Internal Traffic Policy in Daemon Pod communication
2 parents c7c71fb + 6c39c2b commit bc241ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ Some possible patterns for communicating with Pods in a DaemonSet are:
196196
with the same pod selector, and then discover DaemonSets using the `endpoints`
197197
resource or retrieve multiple A records from DNS.
198198
- **Service**: Create a service with the same Pod selector, and use the service to reach a
199-
daemon on a random node. (No way to reach specific node.)
199+
daemon on a random node. Use [Service Internal Traffic Policy](/docs/concepts/services-networking/service-traffic-policy/)
200+
to limit to pods on the same node.
200201

201202
## Updating a DaemonSet
202203

0 commit comments

Comments
 (0)