Skip to content

Commit 5e30f39

Browse files
authored
Merge pull request #42104 from lngando/patch-1
Update connect-applications-service.md
2 parents 2668fec + b1a61e5 commit 5e30f39

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
@@ -71,7 +71,7 @@ if you're curious.
7171
7272
So we have pods running nginx in a flat, cluster wide, address space. In theory,
7373
you could talk to these pods directly, but what happens when a node dies? The pods
74-
die with it, and the Deployment will create new ones, with different IPs. This is
74+
die with it, and the ReplicaSet inside the Deployment will create new ones, with different IPs. This is
7575
the problem a Service solves.
7676
7777
A Kubernetes Service is an abstraction which defines a logical set of Pods running

0 commit comments

Comments
 (0)