Copy report after kubernetes job is succeeded Copy report after kubernetes job is succeeded kubernetes kubernetes

Copy report after kubernetes job is succeeded


I think you can push your reports to some system like git server, or you can place the reports to shared storage like nfs using persistentvolume(PV). Your jobs are going to run a specific node host then you can also review the hostPath to share the reports with host server from pods.

I hope it helpful to you.