1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/docs
2023-12-12 08:56:55 +01:00
..
api [Feature] [ML] Multi DB Settings (#1536) 2023-12-12 08:56:55 +01:00
design (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
features [Feature] [ML] Add deployment fields to Extension spec (#1527) 2023-12-06 12:20:32 +01:00
generated [Feature] TLS CA Secret Key (#1516) 2023-12-01 12:21:40 +01:00
how-to (Feature) Add generator for CRD validation schemas (#1488) 2023-11-15 10:20:18 +01:00
images (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
providers/eks Remove obsolete docs, restructure for better UX (#1447) 2023-10-19 09:14:14 +02:00
authentication.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
backup-resource.md (Documentation) Update ArangoBackup and ArangoBackupPolicy CR auto-generated docs (#1452) 2023-10-20 12:25:30 +02:00
backuppolicy-resource.md (Documentation) Update ArangoBackup and ArangoBackupPolicy CR auto-generated docs (#1452) 2023-10-20 12:25:30 +02:00
CODEOWNERS GT-478 Migration to CircleCI (#1421) 2023-09-28 12:00:48 +02:00
configuration-and-secrets.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
crds.md (Feature) Add generator for CRD validation schemas (#1488) 2023-11-15 10:20:18 +01:00
dashboards.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
deployment-replication-resource-reference.md (Documentation) Update ArangoDeploymentReplication and ArangoLocalStorage CR auto-generated docs (#1455) 2023-10-23 09:19:59 +02:00
deployment-resource-reference.md (Documentation) Update ArangoDeployment CR auto-generated docs (#1451) 2023-10-20 09:28:44 +02:00
draining-nodes.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
driver-configuration.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
helm.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
metrics.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
README.md (Feature) Add generator for CRD validation schemas (#1488) 2023-11-15 10:20:18 +01:00
scaling.md GT-509 Remove scale_down_candidate annotation (#1471) 2023-11-03 14:44:53 +01:00
services-and-load-balancer.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
storage-resource.md (Documentation) Update ArangoDeploymentReplication and ArangoLocalStorage CR auto-generated docs (#1455) 2023-10-23 09:19:59 +02:00
storage.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
tls.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
troubleshooting.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
upgrading.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
using-the-operator.md (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00

ArangoDB Kubernetes Operator

Intro

The ArangoDB Kubernetes Operator (kube-arangodb) is a set of operators that you deploy in your Kubernetes cluster to:

  • Manage deployments of the ArangoDB database
  • Manage backups
  • Provide PersistentVolumes on local storage of your nodes for optimal storage performance.
  • Configure ArangoDB Datacenter-to-Datacenter Replication

Each of these uses involves a different custom resource.

Continue with Using the ArangoDB Kubernetes Operator to learn how to install the ArangoDB Kubernetes operator and create your first deployment.

For more information about the production readiness state, please refer to the main README file.