Posts tagged “kubernetes”
1 post on kubernetes.
How to monitor a Kubernetes CronJob without re-running it
Adding heartbeat monitoring to a Kubernetes CronJob has a failure mode plain cron doesn't: when the ping fails, backoffLimit runs your job again. Here's the one-line fix.