Deploy your self-hosted Dgraph cluster on Amazon Web Services using Elastic Kubernetes Service (EKS)
Apply Storage Class
bash kubectl apply -f aws-storage-class.yaml
Add Helm Repository
bash helm repo add dgraph https://charts.dgraph.io helm repo update
Create Namespace
bash kubectl create namespace dgraph
Deploy Dgraph