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 3ea93fa commit 36f93deCopy full SHA for 36f93de
content/en/docs/concepts/services-networking/service.md
@@ -29,7 +29,7 @@ that Deployment can create and destroy Pods dynamically. From one moment to the
29
you don't know how many of those Pods are working and healthy; you might not even know
30
what those healthy Pods are named.
31
Kubernetes {{< glossary_tooltip term_id="pod" text="Pods" >}} are created and destroyed
32
-to match the desired state of your cluster. Pods are emphemeral resources (you should not
+to match the desired state of your cluster. Pods are ephemeral resources (you should not
33
expect that an individual Pod is reliable and durable).
34
35
Each Pod gets its own IP address (Kubernetes expects network plugins to ensure this).
0 commit comments