@@ -8,15 +8,14 @@ read the [tutorial](./docs/Manual/Tutorials/Kubernetes/README.md).
88
99## State
1010
11- The ArangoDB Kubernetes Operator is still in ** heavy development** .
11+ The ArangoDB Kubernetes Operator is still in ** development** .
1212
1313Running ArangoDB deployments (single, active-failover or cluster)
14- is becoming reasonably stable, but you should ** not yet use it for production
15- environments ** .
14+ is reasonably stable, and we're in the process of validating
15+ production readiness of various Kubernetes platforms .
1616
1717The feature set of the ArangoDB Kubernetes Operator is close to what
18- it is intended to be, with the exeption of Datacenter to Datacenter replication
19- support. That is still completely missing.
18+ it is intended to be.
2019
2120[ Documentation] ( ./docs/README.md )
2221
@@ -27,6 +26,8 @@ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/
2726kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-deployment.yaml
2827# To use `ArangoLocalStorage`, also run
2928kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-storage.yaml
29+ # To use `ArangoDeploymentReplication`, also run
30+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-deployment-replication.yaml
3031```
3132
3233## Building
@@ -37,4 +38,6 @@ kubectl apply -f manifests/crd.yaml
3738kubectl apply -f manifests/arango-deployment-dev.yaml
3839# To use `ArangoLocalStorage`, also run
3940kubectl apply -f manifests/arango-storage-dev.yaml
41+ # To use `ArangoDeploymentReplication`, also run
42+ kubectl apply -f manifests/arango-deployment-replication-dev.yaml
4043```
0 commit comments