A new proposal to be added in the core product - Scaling dgraph in a docker cluster

While working with DGraph and containers I found that the documentation around this proposes a very static approach to scale the cluster.

In this article, I propose a different way to achieve this that is more dynamic.

Take a look at
https://chimpwizard.github.io/playgound/databases/dgraph/

Hope the team can do something similar to be supported in the core product.

ndru

How about using Etcd instead of Redis? From my understanding, etcd is available/required in all k8s installations.