0

I am going through the following Dapr sample:

https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes

The sample needs Kubernetes.

To my understanding, Dapr can run locally with no need for Kubernetes.

Is there any instructions explain how to run above Dapr example locally?

Allan Xu
  • 7,998
  • 11
  • 51
  • 122

1 Answers1

1

This tutorial runs the the same application locally without kubernetes: https://github.com/dapr/quickstarts/tree/master/tutorials/hello-world

And this one also runs the same application locally inside docker containers: https://github.com/dapr/samples/tree/master/hello-docker-compose

BAbble
  • 36
  • 1