We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7c71fb + 6c39c2b commit bc241ffCopy full SHA for bc241ff
content/en/docs/concepts/workloads/controllers/daemonset.md
@@ -196,7 +196,8 @@ Some possible patterns for communicating with Pods in a DaemonSet are:
196
with the same pod selector, and then discover DaemonSets using the `endpoints`
197
resource or retrieve multiple A records from DNS.
198
- **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.)
+ 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.
201
202
## Updating a DaemonSet
203
0 commit comments