Skip to content

Commit e42c5e6

Browse files
authored
Update service.md
1 parent 6cffdff commit e42c5e6

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and can load-balance across them.
2525
## Motivation
2626

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

0 commit comments

Comments
 (0)