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:
Start deploying examples:
Some examples rely on external dependencies for specific tasks, make sure to install them when it applies:
for metrics
for TLS certificates
for S3 object storage
It is recommended to complement the examples with the 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.yaml and maxscale_replication_production.yaml for
mariadb_galera_production.yaml and maxscale_galera_production.yaml for
kubectl apply -f examples/configkubectl apply -f examples/mariadb.yamlThis page is: Copyright © 2025 MariaDB. All rights reserved.