How to trigger a cronjob manually in Kubernetes Cluster
In this article, we will see how to trigger a cronjob manually in Kubernetes Cluster. Cronjob in kubernetes is used for scheduling job to perform certain task such as backups, report generation, migration, data sync etc. Cronjob object is like a one line of crontab file used in Linux/Unix systems. A job can create one ... Read more