Run ArangoDB Enterprise Edition 3.9 with Kubernetes

ArangoDB Enterprise Edition is free of charge for evaluation. By downloading, you agree to the Evaluation Licence Agreement terms and conditions.
ArangoDB is available for Kubernetes.
The processor(s) must support the x86-64 instruction set, as well as the SSE 4.2 and AVX instruction set extensions (Intel Sandy Bridge or better, AMD Bulldozer or better, etc.).
In order to install ArangoDB in your Kubernetes Cluster, first deploy the latest operator. Instructions how to do so can be found in the documentation: ArangoDB Kubernetes Operator .
Then use the statement below to deploy your license key as secret:
kubectl create secret generic arango-license-key --from-literal=token-v2="<license-string>"
After that create and deploy a ArangoDBDeployment resource according to your needs and additionally specify
spec: [...] image: arangodb/enterprise:3.9.9 license: secretName: arango-license-key
Installation Manual
You will find a guide on how to run ArangoDB on Kubernetes in our documentation.
Need help?
Let’s talk about your use case and how we can help you get on track with ArangoDB.