We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cffdff commit e42c5e6Copy full SHA for e42c5e6
content/en/docs/concepts/services-networking/service.md
@@ -25,7 +25,7 @@ and can load-balance across them.
25
## Motivation
26
27
Kubernetes {{< glossary_tooltip term_id="pod" text="Pods" >}} are created and destroyed
28
-to match the state of your cluster. Pods are nonpermanent resources.
+to match the desired state of your cluster. Pods are nonpermanent resources.
29
If you use a {{< glossary_tooltip term_id="deployment" >}} to run your app,
30
it can create and destroy Pods dynamically.
31
0 commit comments