We’re overhauling Dgraph’s docs to make them clearer and more approachable. If
you notice any issues during this transition or have suggestions, please
let us know.
You can install a single server Dgraph cluster in Kubernetes.
Verify that you are able to access the nodes in the Kubernetes cluster:
Copy
Ask AI
kubectl get nodes
An output similar to this appears:
Copy
Ask AI
NAME STATUS ROLES AGE VERSION<aws-ip-hostname>.<region>.compute.internal Ready <none> 1m v1.15.11-eks-af3caf<aws-ip-hostname>.<region>.compute.internal Ready <none> 1m v1.15.11-eks-af3caf
After your Kubernetes cluster is up, you can use
dgraph-single.yaml
to start a Zero, Alpha, and Ratel UI services.
Start a StatefulSet that creates a single Pod with Zero, Alpha, and
Ratel UI: