Skip to content

Commit 0b02dd4

Browse files
docs: Updates to the features
Synced with the features available in mariadb-operator
1 parent fe6b3de commit 0b02dd4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tools/mariadb-enterprise-operator/introduction.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,21 @@ Operational expertise is baked into the `MariaDB` and `MaxScale` APIs and seamle
5959
* Declarative User and Database Management: Manage users, grants, and logical databases in a declarative manner using Kubernetes resources.
6060
* Secure, immutable and lightweight images based on Red Hat UBI, available for multiple architectires (amd64, arm64 and ppc64le).
6161
* [Operator certified ](https://catalog.redhat.com/en/software/container-stacks/detail/65789bcbe17f1b31944acb1d#overview) by Red Hat.
62+
* Manual Update Strategies: Supplementing our automated methods, you can choose `OnDelete` or `Never` to retain full manual control over Galera data plane updates.
63+
* Automated Data Plane Updates: The operator automatically handles updates for the Galera data plane, ensuring consistency and reducing administrative burden.
64+
* Automatic Updates On my.cnf changes: The operator automatically detects and acts on configuration changes, performing a database restart when a change in my.cnf is observed.
65+
* Maintenance Mode: Provides the ability to suspend operator reconciliation, enabling you to perform maintenance operations without interference.
66+
* Prometheus Integration: Native integration with the [prometheus-operator](https://github.com/prometheus-operator/prometheus-operator). Automatic creation of `ServiceMonitor` resources.
67+
* External MariaDB Instances: Declarative management of external MariaDB instances with the operator.
68+
* Connections: Ability to configure connections for your applications.
69+
* SQL job scheduling: Declaratively schedule SQL scripts.
70+
* Validation: Utilizes validation webhooks to enforce CRD immutability, ensuring configuration stability and preventing unintended changes.
71+
* Multiple Deployment Modes: Supports flexible installation across cluster-wide and single-namespace modes.
72+
* Asynchronous Replication: Supports asynchronous primary-replica replication for improved reading performance and high availability configurations.
73+
* Automatic Replica Recovery: The operator includes mechanisms for the automatic recovery and re-synchronization of replica nodes following an unexpected halt or failure.
74+
* Scale Out: Enables seamless scaling of read capacity by adding and managing new replica nodes declaratively.
75+
* Installation: Easily deployable using Helm or through the certified operators catalog on OpenShift.
76+
* GitOps Friendly: Designed to integrate smoothly with GitOps workflows and tools for declarative infrastructure management.
6277

6378
{% include "https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/~/reusable/pNHZQXPP5OEz2TgvhFva/" %}
6479

0 commit comments

Comments
 (0)