Skip to content

Instantly share code, notes, and snippets.

@jdevoo
Last active October 28, 2024 09:30
Show Gist options
  • Save jdevoo/5d251bc146312d529bef43149e62a120 to your computer and use it in GitHub Desktop.
Save jdevoo/5d251bc146312d529bef43149e62a120 to your computer and use it in GitHub Desktop.
MinimumViableDataspace

Minimum Viable Dataspace

https://github.com/eclipse-edc/MinimumViableDataspace
uses docker, minikube, terraform

minikube start

eval $(minikube -p minikube docker-env)

/gradlew -Ppersistence=true dockerize

minikube image ls --format table

minikube addons enable ingress

kubectl get pods -n ingress-nginx

cd deployment terraform init terraform apply

kubectl get pods --namespace mvd

npm install newman
place newman on PATH
replace 127.0.0.1 in seed-k8s.sh with minikube ip
run seed-k8s.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment