Skip to content

Commit 8face3d

Browse files
Update connect-applications-service.md
We are talking about pods here, not about services yet.
1 parent 52132d2 commit 8face3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ to make queries against both IPs. Note that the containers are *not* using port
5959
the node, nor are there any special NAT rules to route traffic to the pod. This means
6060
you can run multiple nginx pods on the same node all using the same `containerPort`,
6161
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
62+
address for the pod. If you want to arrange for a specific port on the host
6363
Node to be forwarded to backing Pods, you can - but the networking model should
6464
mean that you do not need to do so.
6565

0 commit comments

Comments
 (0)