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 b4abd5a commit 7121b2bCopy full SHA for 7121b2b
content/en/docs/concepts/workloads/controllers/_index.md
@@ -13,7 +13,7 @@ Ultimately, your applications run as containers inside
13
Pods would be a lot of effort. For example, if a Pod fails, you probably want to
14
run a new Pod to replace it. Kubernetes can do that for you.
15
16
-You use the Kubernetes API to create workload
+You use the Kubernetes API to create a workload
17
{{< glossary_tooltip text="object" term_id="object" >}} that represent a higher level
18
abstraction than a Pod, and then the Kubernetes
19
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} automatically manages
0 commit comments