Skip to content

Commit

Permalink
Update service.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guresonur authored Apr 7, 2022
1 parent 6cffdff commit e42c5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and can load-balance across them.
## Motivation

Kubernetes {{< glossary_tooltip term_id="pod" text="Pods" >}} are created and destroyed
to match the state of your cluster. Pods are nonpermanent resources.
to match the desired state of your cluster. Pods are nonpermanent resources.
If you use a {{< glossary_tooltip term_id="deployment" >}} to run your app,
it can create and destroy Pods dynamically.

Expand Down

0 comments on commit e42c5e6

Please sign in to comment.