Skip to content

david-haber/kubernetes-minimal-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example to create dummy jobs for a k8s cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages