DAPR setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Docker Desktop
minikube version
should return 1.16 or greater
kubectl version
should return a version supported by the AKS service
to determine , 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
(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: