To process multiple jobs at scale in an organized and manageable way, organizations might choose from a variety of tools.
One powerful tool to run and scheduled jobs is Kubernetes, an open source platform first created by Google. Kubernetes (or K8S) orchestrates dozens or even hundreds (or thousands) of containerized jobs using a "declared state" model - which is to say that developers describe the state of their application and the cluster makes it happen.
In this lab you will create and submit a CronJob to run in the UVA Kubernetes cluster.