Examples Catalog
The examples catalog contains a number of sample manifests that aim to show the operator functionality in a practical way. Follow these instructions for getting started:
Download the examples catalog:
curl -sLO https://operator.mariadb.com/examples/manifests.tar.gz
mkdir -p examples
tar -xzf manifests.tar.gz -C examplesInstall the configuration shared by all the examples:
kubectl apply -f examples/configStart deploying examples:
kubectl apply -f examples/mariadb.yamlSome examples rely on external dependencies for specific tasks, make sure to install them when it applies:
prometheus-operator for metrics
cert-manager for TLS certificates
minio for S3 object storage
It is recommended to complement the examples with the API reference documentation to understand the full range of configuration options available.
If you are looking for production-grade examples, you can check the following manifests:
mariadb_replication_production.yamlandmaxscale_replication_production.yamlfor asynchronous replicationmariadb_galera_production.yamlandmaxscale_galera_production.yamlfor Galera
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?

