This repo contains a job template and script to populate simple jobs among Kubernetes worker nodes. Each job computes the first 1000 + $JOB_ID digits of pi.
Clone this repo to the cluster's master node and run
./create_jobs {number of jobs you want to create}
followed by
kubectl create -f job_spects/
You can then monitor the jobs with
kubectl get pods