A simple use case of Automating administrative tasks in EKS using Kubernetes Cron job — Kubernetes is one of the most widely used open source container orchestration platforms. The easy, quick and handy way of automating tasks in Unix for most DevOps Engineers is to schedule a script with Unix crontab. Similarly, Kubernetes provides a native way of scheduling tasks at a fixed schedule. This…