Stitch together a Docker job scheduler, distributed locking, task runner, and alerting system
10K+
Stitch together a Docker job scheduler, distributed locking, task runner
This repo outputs reaps and alerts on finished kubernetes jobs.
Project: [https://github.com/sstarcher/job-runner] (https://github.com/sstarcher/job-runner)
Docker image: [https://registry.hub.docker.com/u/sstarcher/job-runner/] (https://registry.hub.docker.com/u/sstarcher/job-runner/)
apiVersion: v1
kind: Deployment
metadata:
name: job-runner
spec:
replicas: 1
template:
metadata:
labels:
name: job-runner
spec:
containers:
- name: job-runner
image: sstarcher/job-runner:latest
KUBERNETES_MASTER to your Kubernetes cluster url example http://127.0.0.1:8080localhost8500example-jobs folderjobs directory will be added and processedFROM sstarcher/job-runner:latest
Example:
image: debian:jessie #This value is overriding what is set in the DEFAULTS.yaml
Jobs:
- Test:
time: '* * * * *'
command: echo $job
Content type
Image
Digest
sha256:55dd1b67f…
Size
176.6 MB
Last updated
almost 10 years ago
docker pull sstarcher/job-runner