BigData
K8s cronjob trigger
Kyle79
2020. 6. 3. 14:22
https://stackoverflow.com/questions/40401795/how-can-i-trigger-a-kubernetes-scheduled-job-manually
How can I trigger a Kubernetes Scheduled Job manually?
I've created a Kubernetes Scheduled Job, which runs twice a day according to its schedule. However, I would like to trigger it manually for testing purposes. How can I do this?
stackoverflow.com
https://arisu1000.tistory.com/27837https://arisu1000.tistory.com/27837
쿠버네티스 컨트롤러 : 크론잡(CronJob)
크론잡은 잡을 시간 기준으로 관리하는 합니다. 지정된 시간에 한번만 잡을 실행하거나 주기적으로 지정된 시간동안 반복하면서 잡을 실행합니다. 시간을 지정하는 형식은 리눅스나 유닉스에��
arisu1000.tistory.com