File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -957,6 +957,22 @@ works in that release.
957
957
There are no other valid values for this annotation. If you don't want topology aware hints
958
958
for a Service, don't add this annotation.
959
959
960
+ ### service.kubernetes.io/topology-mode
961
+
962
+ Type: Annotation
963
+
964
+ Example: ` service.kubernetes.io/topology-mode: Auto `
965
+
966
+ Used on: Service
967
+
968
+ This annotation provides a way to define how Services handle network topology;
969
+ for example, you can configure a Service so that Kubernetes prefers keeping traffic between
970
+ a client and server within a single topology zone.
971
+ In some cases this can help reduce costs or improve network performance.
972
+
973
+ See [ Topology Aware Routing] ( /docs/concepts/services-networking/topology-aware-routing/ )
974
+ for more details.
975
+
960
976
### kubernetes.io/service-name {#kubernetesioservice-name}
961
977
962
978
Type: Label
You can’t perform that action at this time.
0 commit comments