- Install MiniKube
- Start with insecure registry
minikube start
- New terminal:
minikube dashboard
minikube addons enable ingress
(minikube tunnel
?)- Install Dapr
dapr init -k --dev
dapr status -k
- Check components:
dapr components -k
- Check config:
dapr configurations -k
- cd to order-processor folder with Dockerfile:
minikube image build -t order-processor:latest .
- cd to checkout folder with Dockerfile:
minikube image build -t checkout:latest .
- cd to deploy folder:
kubectl apply -f .
yaml` kubectl get pods,services
minikube delete
Last active
July 4, 2024 11:10
-
-
Save marcduiker/d8235b530e7acf90509e59db7a2d385d to your computer and use it in GitHub Desktop.
Minikube with Dapr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment