Two Helm chart for managing db cron jobs and monitoring cron jobs separately . Which k8s components can i use ? as k8s deprecated CronJob kind from v1.25, https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25 . Please share example and also how to test in my environment .
Asked
Active
Viewed 98 times
0
-
You are misreading that document. Kubernetes did not deprecate CronJobs. They deprecated the `batch/v1beta1` API; all CronJobs should now use the `batch/v1` API. – larsks Jun 14 '23 at 02:13
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 22 '23 at 12:09