Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 412 Bytes

kubernetes-minimal-example

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.

Instructions

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