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
Nikita Vaniasin 88ac9f9929
Fix doc and schema validation for shared objects (#1515)
* Fix doc and schema validation for shared objects

- proper parsing for FileSet tokens
- use full package path for field names
- ignore zz_generated files during parsing
2023-11-29 14:53:44 +01:00
..
api Fix doc and schema validation for shared objects (#1515) 2023-11-29 14:53:44 +01:00
design (Documentation) Move documentation from ArangoDB site into this repo (#1450) 2023-10-19 15:47:42 +02:00
features GT-523 Async backup (#1460) 2023-11-08 11:21:22 +01:00
generated (Documentation) Use Jekyll-compatible markers for section injection (#1462) 2023-10-25 09:34:01 +02: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.