Demonstrating a Multiple Container Cronjob execution directly from git repo using init Containers. Overview When we are deploying microservices based applications, every piece of code doesn’t necessarily needs to be containerized and deployed with certain resources allocated, there are one-off tasks, or scheduled tasks which are small piece of code doing…