I have a Kubernetes service that collects models. A system that builds these models is a Python Dataproc job.
-> I need a way to push the result of the Dataproc job to the model collection service.
Question: How do I access the service in the Kubernetes cluster from within Dataproc, what are my options?
Do I need an ingress controller? Is it possible to access the Kubernetes network (including DNS) from within Dataproc? Would it be an option to do it through the gcloud
(forwarding, but that seems not elegant from within Python)?