1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Adding READMEs

This commit is contained in:
Ewout Prangsma 2018-02-06 08:16:21 +01:00
parent 044917a911
commit bb9b731a53
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698
2 changed files with 24 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# ArangoDB Kubernetes Operator
"Starter for Kubernetes"
State: Design only
[Docs](./docs/README.md)

17
docs/README.md Normal file
View file

@ -0,0 +1,17 @@
# ArangoDB operator docs
## Usage
- [Using the operator](./usage.md)
- [Custom resource](./custom_resource.md)
- [ArangoDB configuration & secrets](./config_and_secrets.md)
- [Metrics](./metrics.md)
- [Scaling](./scaling.md)
- [Storage](./storage.md)
- [Upgrading](./upgrading.md)
## Internals
- [Constraints](./constraints.md)
- [Health](./health.md)
- [Resource & labels](./resource_and_labels.md)