Run ArangoDB with Kubernetes

Please note: "ArangoDB Community Edition - while a functional version of the product - does not include the right to Commercial use or rights to distribute or embed within other products or to combine with ArangoDB’s Enterprise Edition of the software . Data is limited to 100GB. To compare product usage rights and functionality, click here. To read the Community license agreement, click here.
If you have any questions or wish to inquire further about licensing ArangoDB Enterprise Edition, please "Contact Us" and someone will be in contact with you shortly."
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: Loading...
license:
secretName: arango-license-key
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.