Set up a KiND cluster

Set up a KiND cluster

Make sure you follow one of the Installation options for KiND.

  1. Create a file named , and paste the following:

This is going to request KiND to spin up a kubernetes cluster comprised of a control plane and two worker nodes. It also allows for future setup of ingresses and exposes container ports to the host machine.

  1. Run the kind create cluster providing the cluster configuration file:
  1. kind create cluster --config kind-cluster-config.yaml

Wait until the cluster is created, the output should look like this:

  1. Initialize Dapr:

To verify the status of these components run:

the output should look like this:

  1. dapr-sentry dapr-system True Running 1 1.5.1 53s 2021-12-10 09:27.17
  2. dapr-sidecar-injector dapr-system True Running 1 1.5.1 53s 2021-12-10 09:27.17
  3. dapr-dashboard dapr-system True Running 1 0.9.0 53s 2021-12-10 09:27.17
  1. Forward a port to :

Last modified June 23, 2022: Merge pull request #2550 from ItalyPaleAle/cosmosdb-harcoded-dapr-version (cf03237)