Skip to content

Commit b1a61e5

Browse files
authored
Update connect-applications-service.md
It is the ReplicaSet who recreates dead pods and not the deployment
1 parent 81d6089 commit b1a61e5

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)