Fix typo, sentence flow in operator description (#2251)

This commit is contained in:
nemobis 2022-03-03 18:27:12 +02:00 committed by Aliaksandr Valialkin
parent 6db97a49a1
commit cd522dee14
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -22,7 +22,7 @@ With CRD (Custom Resource Definition) you can define application configuration a
## Use cases
For kubernetes-cluster administrators, it simplifies installation, configuration, management for `VictoriaMetrics` application. And the main feature of operator - is ability to delegate applications monitoring configuration to the end-users.
For kubernetes-cluster administrators, it simplifies installation, configuration and management for `VictoriaMetrics` application. The main feature of operator is its ability to delegate the configuration of applications monitoring to the end-users.
For applications developers, its great possibility for managing observability of applications. You can define metrics scraping and alerting configuration for your application and manage it with an application deployment process. Just define app_deployment.yaml, app_vmpodscrape.yaml and app_vmrule.yaml. That's it, you can apply it to a kubernetes cluster. Check [quick-start](/Operator/quick-start.html) for an example.