AWS Deployment
Deploy your self-hosted Dgraph cluster on Amazon Web Services using Elastic Kubernetes Service (EKS).1. Infrastructure Setup
EKS Cluster Creation
Storage Class Configuration
aws-storage-class.yaml
2. Dgraph Deployment on AWS
1
Apply Storage Class
bash kubectl apply -f aws-storage-class.yaml
2
Add Helm Repository
bash helm repo add dgraph https://charts.dgraph.io helm repo update
3
Create Namespace
bash kubectl create namespace dgraph
4
Deploy Dgraph
3. Load Balancer Configuration
aws-ingress.yaml