5 ms·
Can you qualify this statement? It’s 2024, Kubernetes is old tech and bullet proof at that.
by jb_gericke 2y ago
Can you qualify this statement? It’s 2024, Kubernetes is old tech and bullet proof at that.
- raverbashing 2y agoDoes Kubernetes has reliable and predictable cronjobs already?
- mborch 2y agoYes? https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/ https://kubernetes.io/docs/concepts/workloads/controllers/cr....
- raverbashing 2y agoWe've seen a multitude of issues, like jobs failing to start, getting too delayed (also the infamous "if your cronjob fails too much it will stop working forever ") Though it seems they rebuilt the controller to address most of the issues https://kubernetes.io/blog/2021/04/09/kubernetes-release-1.21-cronjob-ga/ https://kubernetes.io/blog/2021/04/09/kubernetes-release-1.2...