Backup and restore MySQL databases using Kubernetes Cron Jobs
Some of the projects I'm working on require importing MySQL databases from production into staging or dev environments on daily basis.Usually I'm using systemd timers, Jenkins jobs or Airbnb's Airflow for more complex workflows. A particular case is where each environment it's a separate Kubernete…