From 36f93de9f251a9860ef641a36f7d6fcbe698743b Mon Sep 17 00:00:00 2001 From: Georg Ragaller Date: Mon, 6 Mar 2023 21:24:50 +0100 Subject: [PATCH] Fix typo in service.md --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index bb6b1d3750..50add0ddf1 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/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 you don't know how many of those Pods are working and healthy; you might not even know what those healthy Pods are named. Kubernetes {{< glossary_tooltip term_id="pod" text="Pods" >}} are created and destroyed -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 expect that an individual Pod is reliable and durable). Each Pod gets its own IP address (Kubernetes expects network plugins to ensure this).