I have been working a bit with kubedock. One of the things I saw is that creates a proxy server and it is written in Go, which means that you need to download, run it as a CLI tool and start the correct version of the tool (Mac, Win, Linux) so I think that it could be not a valid option for Quarkus.
The idea of Ioannis is a really cool idea and it could be used also in DevServices, as we could say something like if Kubernetes extension is present and the property kubernetes.deploy=true and in devmode then do a kubectl apply of the devservices and port forward them. And then the generated manifests could be used either for QA staging or for devsevices so we don't need to create any docker proxy or like in my example fabric8 kubernetes client integration.