pull/37449/head
Glusk 2022-10-22 18:03:41 +02:00 committed by GitHub
parent b9ef47cfe8
commit ca226243a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ content_type: concept
weight: 75
description: >-
If two Pods in your cluster want to communicate, and both Pods are actually running on
the same node, _Service Internal Traffic Policy_ to keep network traffic within that node.
the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node.
Avoiding a round trip via the cluster network can help with reliability, performance
(network latency and throughput), or cost.
---