Description

Scripts to deploy Kubernetes infrastructure in Azure to support dapr development and testing.

Instructions

Deploy all resources

make all

Deploy only the AKS cluster

make deploy-cluster

Initialize dapr

make enable-dapr

Deploy Redis inside the AKS cluster

make deploy-redis