Improved wording on _index.md

pull/42145/head
Andrew Reeman 2023-07-24 09:45:13 +01:00 committed by GitHub
parent 7121b2bed9
commit 4f9dc624c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ Pods would be a lot of effort. For example, if a Pod fails, you probably want to
run a new Pod to replace it. Kubernetes can do that for you.
You use the Kubernetes API to create a workload
{{< glossary_tooltip text="object" term_id="object" >}} that represent a higher level
abstraction than a Pod, and then the Kubernetes
{{< glossary_tooltip text="object" term_id="object" >}} that represents a higher abstraction level
than a Pod, and then the Kubernetes
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} automatically manages
Pod objects on your behalf, based on the specification for the workload object you defined.