Relative Content

Tag Archive for javanativequarkuskubernetes-cronjob

Cron Jobs kubernetes with quarkus

I want to run batches develop with Quarkus on Kubernetes. I would like use Cron Job Kubernte. I want to start the pod only for the batch execution time (which can last several minutes). The solution of triggering the batch with an http call is not possible because the call times out.