Skip to content

mathieu-benoit/dapr-score-humanitec

Repository files navigation

Dapr with Score & Humanitec

Resources used in the blog post: Dapr with Score and Humanitec — Improving the Developer Experience of your Platform, on steroids!.

Open in GitHub Codespaces

Deploy locally with Docker

make compose-test

docker logs hello-world-nodeapp-nodeapp-1

Deploy to Kubernetes

make kind-create-cluster

make k8s-test

Deploy to Humanitec

export HUMANITEC_ORG=FIXME
export HUMANITEC_APP=FIXME
export HUMANITEC_ENVIRONMENT=development

humctl login

humctl apply -f humanitec-resources/in-cluster-redis.yaml
humctl apply -f humanitec-resources/redis-dapr-state.yaml

make humanitec-deploy

Resources