File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ Ultimately, your applications run as containers inside
13
13
Pods would be a lot of effort. For example, if a Pod fails, you probably want to
14
14
run a new Pod to replace it. Kubernetes can do that for you.
15
15
16
- You use the Kubernetes API to create workload
17
- {{< glossary_tooltip text="object" term_id="object" >}} that represent a higher level
18
- abstraction than a Pod, and then the Kubernetes
16
+ You use the Kubernetes API to create a workload
17
+ {{< glossary_tooltip text="object" term_id="object" >}} that represents a higher abstraction level
18
+ than a Pod, and then the Kubernetes
19
19
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} automatically manages
20
20
Pod objects on your behalf, based on the specification for the workload object you defined.
21
21
You can’t perform that action at this time.
0 commit comments