ArangoDB v3.12 is under development and not released yet.
This documentation is not final and potentially incomplete.
ArangoDB Kubernetes Operator
The ArangoDB Kubernetes Operator (kube-arangodb) is a set of operators
that you deploy in your Kubernetes cluster to:
- Manage deployments of the ArangoDB database
 - Provide 
PersistentVolumeson local storage of your nodes for optimal storage performance. - Configure ArangoDB Datacenter-to-Datacenter Replication
 
Each of these uses involves a different custom resource.
- Use an 
ArangoDeploymentresource to create an ArangoDB database deployment. - Use an 
ArangoBackupresource to create an ArangoDB backup. - Use an 
ArangoLocalStorageresource to provide localPersistentVolumesfor optimal I/O performance. - Use an 
ArangoDeploymentReplicationresource to configure ArangoDB Datacenter-to-Datacenter Replication. 
Continue with Using the ArangoDB Kubernetes Operator to learn how to install the ArangoDB Kubernetes operator and create your first deployment.
For more information about the production readiness state, please refer to the ArangoDB Kubernetes Operator repository.