Kubernetes - 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

Run ArangoDB with Kubernetes

ArangoDB on Kubernetes

ArangoDB is available for Kubernetes.

For the linux/amd64 Docker image variant, 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.).

For the linux/arm64/v8 Docker image variant, the processor(s) must be 64-bit ARM chips (AArch64). The minimum requirement is ARMv8 with Neon (SIMD extension). A system with Little Endian byte order is required.

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.

After that, create and deploy a ArangoDBDeployment resource according to your needs and additionally specify

spec:
  [...]
  image: arangodb/arangodb:3.11.0

Installation Manual

You will find a guide on how to run ArangoDB on Kubernetes in our documentation.

Join the Community

Get involved with the fast-growing open-source community, learn how to get help and more.