2023-08-16 07:39:20 +00:00
|
|
|
# MariaDB clusters
|
2023-02-26 09:15:48 +00:00
|
|
|
|
2023-08-16 07:39:20 +00:00
|
|
|
This is namespace for MariaDB clusters managed by Codemowers' sample
|
|
|
|
[mysql-database-operator](https://github.com/codemowers/operatorlib/tree/main/samples/mysql-database-operator)
|
|
|
|
which is deployed via [ArgoCD](https://argocd.k-space.ee/applications/argocd/mysql-database-operator)
|
2023-02-26 09:15:48 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
kubectl create namespace mysql-clusters
|
|
|
|
kubectl apply -n mysql-clusters -f application.yaml
|
|
|
|
```
|