kubernetes-3-9 - ArangoDB

Sign up for ArangoGraph Insights Platform

Before signing up, please accept our terms & conditions and privacy policy.

What to expect after you signup
You can try out ArangoDB Cloud FREE for 14 days. No credit card required and you are not obligated to keep using ArangoDB Cloud.

At the end of your free trial, enter your credit card details to continue using ArangoDB Cloud.

If you decide that ArangoDB Cloud is not (yet) for you, you can simply leave and come back later.

kubernetes-3-9

Run ArangoDB Enterprise Edition 3.9 with Kubernetes

ArangoDB on 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.