Skip to content

Commit

Permalink
Update connect-applications-service.md
Browse files Browse the repository at this point in the history
Semantic fix
  • Loading branch information
AlexanderSerbul authored Jul 19, 2023
1 parent 8face3d commit 9ad322d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Note there's no mention of your Service. This is because you created the replica
before the Service. Another disadvantage of doing this is that the scheduler might
put both Pods on the same machine, which will take your entire Service down if
it dies. We can do this the right way by killing the 2 Pods and waiting for the
Deployment to recreate them. This time around the Service exists *before* the
Deployment to recreate them. This time the Service exists *before* the
replicas. This will give you scheduler-level Service spreading of your Pods
(provided all your nodes have equal capacity), as well as the right environment
variables:
Expand Down

0 comments on commit 9ad322d

Please sign in to comment.