Set up a KiND cluster
Set up a KiND cluster
Make sure you follow one of the Installation options for KiND.
- 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.
- Run the
kind create cluster
providing the cluster configuration file:
kind create cluster --config kind-cluster-config.yaml
Wait until the cluster is created, the output should look like this:
- Initialize Dapr:
To verify the status of these components run:
the output should look like this:
dapr-sentry dapr-system True Running 1 1.5.1 53s 2021-12-10 09:27.17
dapr-sidecar-injector dapr-system True Running 1 1.5.1 53s 2021-12-10 09:27.17
dapr-dashboard dapr-system True Running 1 0.9.0 53s 2021-12-10 09:27.17
- Forward a port to :
Last modified December 30, 2021: