Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.01 KB

platform.md

File metadata and controls

26 lines (16 loc) · 1.01 KB
layout has_children title has_toc
page
true
ArangoDBPlatform
false

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 Webhooks. e.g. if you are using Helm package, add --set "webhooks.enabled=true" option to the Helm command.

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

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