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

19 lines
490 B
Markdown
Raw Normal View History

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
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
```