File tree Expand file tree Collapse file tree 14 files changed +46
-44
lines changed Expand file tree Collapse file tree 14 files changed +46
-44
lines changed Original file line number Diff line number Diff line change 44
55State: In heavy development. DO NOT USE FOR ANY PRODUCTION LIKE PURPOSE! THINGS WILL CHANGE.
66
7- - [ Getting Started] ( ./docs/Manual/GettingStarted/Kubernetes/README.md )
8- - [ User manual] ( ./docs/Manual/Deployment/Kubernetes/README.md )
9- - [ Design documents] ( ./docs/design/README.md )
7+ [ Documentation] ( ./docs/README.md )
108
119## Installation of latest release
1210
Original file line number Diff line number Diff line change 11# Configuration & secrets
22
33An ArangoDB cluster has lots of configuration options.
4- Some will be supported directly in the ArangoDB operator ,
4+ Some will be supported directly in the ArangoDB Operator ,
55others will have to specified separately.
66
77## Built-in options
Original file line number Diff line number Diff line change 11# ArangoLocalStorage Custom Resource
22
3- The ArangoDB Deployment operator creates and maintains ArangoDB deployments
3+ The ArangoDB Deployment Operator creates and maintains ArangoDB deployments
44in a Kubernetes cluster, given a deployment specification.
55This deployment specification is a ` CustomResource ` following
66a ` CustomResourceDefinition ` created by the operator.
@@ -102,7 +102,7 @@ This setting specifies the type of storage engine used for all servers
102102in the cluster.
103103Possible values are :
104104
105- - ` MMFiles` To use the MMfiles storage engine.
105+ - ` MMFiles` To use the MMFiles storage engine.
106106- ` RocksDB` (default) To use the RocksDB storage engine.
107107
108108This setting cannot be changed after the cluster has been created.
File renamed without changes.
Original file line number Diff line number Diff line change 1- # ArangoDB operator user manual
1+ # ArangoDB Kubernetes Operator
22
3- - [ Using the operator] ( ./usage.md )
4- - [ Deployment Resource] ( ./deployment_resource.md )
5- - [ ArangoDB configuration & secrets] ( ./config_and_secrets.md )
6- - [ Metrics] ( ./metrics.md )
7- - [ Scaling] ( ./scaling.md )
8- - [ Services & Load balancer] ( ./services_and_loadbalancer.md )
9- - [ Storage] ( ./storage.md )
10- - [ Storage Resource] ( ./storage_resource.md )
11- - [ TLS] ( ./tls.md )
12- - [ Upgrading] ( ./upgrading.md )
3+ The ArangoDB Kubernetes Operator (` kube-arangodb ` ) is a set of two operators
4+ that you deploy in your Kubernetes cluster to manage deployments of the
5+ ArangoDB database and provide ` PersistentVolumes ` on local storage of your
6+ nodes for optimal storage performance.
Original file line number Diff line number Diff line change 11# Scaling
22
3- The ArangoDB operator supports up and down scaling of
3+ The ArangoDB Kubernetes Operator supports up and down scaling of
44the number of dbservers & coordinators.
55
66Currently it is not possible to change the number of
Original file line number Diff line number Diff line change 11# Services and load balancer
22
3- The ArangoDB operator will create services that can be used to
3+ The ArangoDB Kubernetes Operator will create services that can be used to
44reach the ArangoDB servers from inside the Kubernetes cluster.
55
66To use the ArangoDB servers from outside the Kubernetes cluster
Original file line number Diff line number Diff line change 11# Storage
22
33An ArangoDB cluster relies heavily on fast persistent storage.
4- The ArangoDB operator uses ` PersistenVolumeClaims ` to deliver
4+ The ArangoDB Kubernetes Operator uses ` PersistentVolumeClaims ` to deliver
55the storage to Pods that need them.
66
77## Storage configuration
Original file line number Diff line number Diff line change 11# ArangoLocalStorage Custom Resource
22
3- The ArangoDB Storage operator creates and maintains ArangoDB
3+ The ArangoDB Storage Operator creates and maintains ArangoDB
44storage resources in a Kubernetes cluster, given a storage specification.
55This storage specification is a ` CustomResource ` following
66a ` CustomResourceDefinition ` created by the operator.
Original file line number Diff line number Diff line change 11# TLS
22
3- The ArangoDB operator will by default create ArangoDB deployments that use
4- secure TLS connections.
3+ The ArangoDB Kubernetes Operator will by default create ArangoDB deployments
4+ that use secure TLS connections.
55
66It uses a single CA certificate (stored in a Kubernetes secret) and
77one certificate per ArangoDB server (stored in a Kubernetes secret per server).
You can’t perform that action at this time.
0 commit comments