Skip to content

Commit 25027b7

Browse files
authored
Merge pull request #46776 from sheriff-rh/issue-44643
Issue #44643 updating Understanding Operators
2 parents 7556bb0 + 1a45cab commit 25027b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/olm-why-use-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Operators provide:
1515
--
1616

1717
Why deploy on Kubernetes?::
18-
Kubernetes (and by extension, {product-title}) contains all of the primitives needed to build complex distributed systems – secret handling, load balancing, service discovery, autoscaling – that work across on-premise and cloud providers.
18+
Kubernetes (and by extension, {product-title}) contains all of the primitives needed to build complex distributed systems – secret handling, load balancing, service discovery, autoscaling – that work across on-premises and cloud providers.
1919

2020
Why manage your app with Kubernetes APIs and `kubectl` tooling?::
2121
These APIs are feature rich, have clients for all platforms and plug into the cluster's access control/auditing. An Operator uses the Kubernetes extension mechanism, custom resource definitions (CRDs), so your custom object, link:https://marketplace.redhat.com/en-us/products/mongodb-enterprise-advanced-from-ibm[for example `MongoDB`], looks and acts just like the built-in, native Kubernetes objects.

0 commit comments

Comments
 (0)