Quarkus Example kubernetes-quickstart on Minikube #22062
ollisommer
started this conversation in
Community
Replies: 1 comment
-
I am really not sure, if Quarkus on Minikube is runnable on Windows 10. So seems, I have to switch to linux. If still someone was able to deploe those Quarkus examples on Minkube in Windows10, and got a step by step description, you are welcome to paste a link. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys
For quite a while now I am trying to make the quarkus example named "kubernetes-quickstart" work on a windows 10 system with minikube.
I am following the steps as defined in:
https://quarkus.io/guides/deploying-to-kubernetes
I have starte a minikube.
After executing
kubectl apply -f target/kubernetes/kubernetes.json
I can see at least the POD on the minikube dashboard, but it is coming with an error:
I am wondering, since the pull policy should normally gather it locally.
But exactly there I am somehow lost. I am not really aware, where I can find the image.
I also added the image via application.properties.
So I guess, something must still be done to promote the image to the minikube.
My question: Is there a step by step description how to make this example work on win 10 with minukube?
I googled, but also the examples I found are mainly old and also not working.
So maybe someone can give me a hint here.
Thanks in advance!
Olli
Beta Was this translation helpful? Give feedback.
All reactions