Forwarded from Пятничный деплой
Учимся готовить cronjob в Kubernetes. От себя добавлю - всегда контролируйте результаты исполнения заданий - это относится ко всем cron like инструментам. https://medium.com/swlh/the-power-of-kubernetes-cron-jobs-d7f550958de8 #cron #k8s
Medium
The Power of Kubernetes Cron Jobs
When I first got into web development over 15 years ago, one of the earliest ways I automated was by using cron jobs.
cron cheatsheet
@ibnRubaXa в коментах подбросил
Онлайн конструктор кронатаба
https://crontab.guru/
#cron #cheatsheet #linux #tools #scheduler
@ibnRubaXa в коментах подбросил
Онлайн конструктор кронатаба
https://crontab.guru/
#cron #cheatsheet #linux #tools #scheduler
systemd.timer как альтернатива крону на примере перевыпуска сертификатов
https://andrewpillar.com/programming/2022/12/08/systemd-timer-an-alternative-to-cron/
#systemd #timer #cron
https://andrewpillar.com/programming/2022/12/08/systemd-timer-an-alternative-to-cron/
#systemd #timer #cron
Andrewpillar
systemd.timer, an alternative to cron
There will come a point in time during your time administering a Linux server
where you will want to perform a job on a schedule. Perhaps you want to rotate
some TLS certificates before they expire, or delete old files that are no longer
needed. Typically…
where you will want to perform a job on a schedule. Perhaps you want to rotate
some TLS certificates before they expire, or delete old files that are no longer
needed. Typically…