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

16 lines
361 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/arango-operator-dev.yaml
```