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