Kubernetes Curl Cronjob for Internal Service
I had to create a cronjob that calls an internal service url to trigger a process. This was necessary to make sure the process runs only once and not multiple times if the pod exists multiple times. For that purpose I created a kubernetes cronjob. I didn’t want to create […]