Platform

Community & Enterprise Edition

Full CustomResourceDefinition reference ->

This instruction covers only the steps to enable ArangoPlatform in Kubernetes cluster with already running ArangoDeployment. If you don’t have one yet, consider checking kube-arangodb installation guide and ArangoDeployment CR description.

To enable Platform on your cluster, follow next steps:

1) Install CertManager on your cluster.

2) Enable Gateway Feature. Add --deployment.feature.gateway=true option to the Operator arguments.

3) Enable Webhooks. e.g. if you are using Helm package, add --set "webhooks.enabled=true" option to the Helm command.

4) Enable Managed Certificates. e.g. if you are using Helm package, add --set "certificate.enabled=true" option to the Helm command.

5) Enable Gateways in the ArangoDeployment. Set .spec.gateway.enabled and .spec.gateway.dynamic to True