2023-02-26 09:15:48 +00:00
|
|
|
# MySQL clusters
|
|
|
|
|
2023-07-28 09:21:50 +00:00
|
|
|
This is namespace for MySQL clusters managed by [operatorlib](https://github.com/codemowers/operatorlib/tree/main/samples/mysql-database-operator)
|
2023-02-26 09:15:48 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
kubectl create namespace mysql-clusters
|
|
|
|
kubectl apply -n mysql-clusters -f application.yaml
|
|
|
|
```
|