1
0
Fork 0
arangodb/Documentation/Books/Manual/Deployment/Kubernetes
Simran fe67f4f93c
Doc - Make cleanOutServer step mandatory in drain documentation (#8462)
2019-03-20 02:15:27 +01:00
..
Authentication.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
ConfigAndSecrets.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
Dashboards.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
DeploymentReplicationResource.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
DeploymentResource.md Doc - Sync external repos (#8063) (#8067) 2019-01-30 20:20:56 +01:00
Drain.md Doc - Make cleanOutServer step mandatory in drain documentation (#8462) 2019-03-20 02:15:27 +01:00
DriverConfiguration.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
HealthyCluster.png Doc - New k8 drain page (#8228) 2019-02-21 19:10:45 +01:00
Helm.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
Metrics.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
README.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
Scaling.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
ServicesAndLoadBalancer.md Doc - sync external repositories (#7616) 2018-12-05 18:49:11 +01:00
ShardsInSync.png Doc - New k8 drain page (#8228) 2019-02-21 19:10:45 +01:00
Storage.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
StorageResource.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
Tls.md Doc - Forwardports to devel - 2018-12-27 (#7858) 2018-12-27 17:12:50 +01:00
Troubleshooting.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
Upgrading.md Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
Usage.md Doc - sync external repositories (#7616) 2018-12-05 18:49:11 +01:00

README.md

ArangoDB Kubernetes Operator

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
  • 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.