You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/mariadb-enterprise-operator/introduction.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,21 @@ Operational expertise is baked into the `MariaDB` and `MaxScale` APIs and seamle
59
59
* Declarative User and Database Management: Manage users, grants, and logical databases in a declarative manner using Kubernetes resources.
60
60
* Secure, immutable and lightweight images based on Red Hat UBI, available for multiple architectires (amd64, arm64 and ppc64le).
61
61
*[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.
* 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.
62
77
63
78
{% include "https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/~/reusable/pNHZQXPP5OEz2TgvhFva/" %}
0 commit comments