DAPR setup
DAPR Items (coming soon - please skip for now)
Docker Desktop
minikube version
should return 1.16 or greater
kubectl version
should return a version supported by the AKS service
to determine currently supported AKS versions, use the command
az aks get-versions --location eastus2 --output table
to start the cluster with a specific version use a command like:
minikube start --kubernetes-version=v1.19.3
helm version
should return v3.4.2 or greater
Install Redis using Helm (yaml files will be added later)
kubectl get pods
should return:
export PATH=$PATH:~/.dapr/bin
kubectl get pods -n dapr-system -w
should return:
Last updated