Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 428 Bytes

Kubernetes Examples

This repository holds examples that can be used to quickly get an experiment running on the lab kubernetes cluster.

Scenarios

I have a specific number of tasks I need to run:

Check out indexed_job! If your tasks run more than a thousand or so, please look at pod_cleaner.

I have a variable number of tasks, which cannot be determined statically:

TBD, probably a queue and a replicaset