Install podman
brew install podman
Install podman desktop (optional)
brew install podman-desktop
Install Minikube:
brew install minikube
Install Quarkus CLI
brew install quarkusio/tap/quarkus
Start Minikube with :
minikube start --driver=podman
Start the dashboard if you like:
minikube dashboard
Build and start the application in developer mode
quarkus dev
quarkus build
quarkus deploy
Check port of kubus services:
kubectl get serivices
minikube service kubus
Adjust port of the kubusservice:
curl http://127.0.0.1:<PORT>/fruit