mathieu-benoit / dapr-score-humanitec

Dapr with Score & Humantiec

Home Page:https://medium.com/@mabenoit/dapr-with-score-and-humanitec-developer-experience-with-your-platform-on-steroids-a848f2de0a5a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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