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.
1 parent 52132d2 commit 8face3dCopy full SHA for 8face3d
content/en/docs/tutorials/services/connect-applications-service.md
@@ -59,7 +59,7 @@ to make queries against both IPs. Note that the containers are *not* using port
59
the node, nor are there any special NAT rules to route traffic to the pod. This means
60
you can run multiple nginx pods on the same node all using the same `containerPort`,
61
and access them from any other pod or node in your cluster using the assigned IP
62
-address for the Service. If you want to arrange for a specific port on the host
+address for the pod. If you want to arrange for a specific port on the host
63
Node to be forwarded to backing Pods, you can - but the networking model should
64
mean that you do not need to do so.
65
0 commit comments