dgraph-operator-archive
dgraph-operator-archive copied to clipboard
Dgraph Operator creates/configures/manages Dgraph clusters atop Kubernetes
To test out the anti-affinity specification you can run a trial cluster using kind. ``` $ kind create cluster ``` Run dgraph-operator with the configured kubeconfig ``` $ ./dgraph-operator --kubecfg-path...
The unit tests added in this PR use `gomega` for assertions. I have been looking at the alternatives we can use for testing purposes within the operator. As discussed offline...
Run tests `make e2e-tests`. This supports running tests with both ginkgo command line and `go test`.  This change is [](https://reviewable.io/reviews/dgraph-io/dgraph-operator/23)
Hello. This operator is supported yet?
We'd like to use a k8s dgraph operator and bulk loading is part of our primary use case. So, I don't think we could use the operator much if there...
- [x] Multiple cluster management - [x] Dgraph cluster scalein and scaleout - [ ] Dgraph cluster upgrade using operator - [ ] Helm chart support for operator - [x]...