2018-02-06 07:16:21 +00:00
|
|
|
# ArangoDB Kubernetes Operator
|
|
|
|
|
|
|
|
"Starter for Kubernetes"
|
|
|
|
|
2018-03-16 15:53:16 +00:00
|
|
|
State: In heavy development. DO NOT USE FOR ANY PRODUCTION LIKE PURPOSE! THINGS WILL CHANGE.
|
2018-02-06 07:16:21 +00:00
|
|
|
|
2018-02-08 10:37:41 +00:00
|
|
|
- [User manual](./docs/user/README.md)
|
|
|
|
- [Design documents](./docs/design/README.md)
|
2018-03-12 11:18:50 +00:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
```bash
|
|
|
|
DOCKERNAMESPACE=<your dockerhub account> make
|
2018-03-19 14:39:18 +00:00
|
|
|
kubectl apply -f manifests/crd.yaml
|
2018-03-19 10:09:20 +00:00
|
|
|
kubectl apply -f manifests/arango-deployment-dev.yaml
|
|
|
|
# To use `ArangoLocalStorage`, also run
|
|
|
|
kubectl apply -f manifests/arango-storage-dev.yaml
|
2018-03-12 11:18:50 +00:00
|
|
|
```
|