Skip to content

cvhariharan/kubernetes-job-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Job Queue

A test project to try different solutions to build a job queue on top of Kubernetes.

Setup

Create a cluster

go install sigs.k8s.io/[email protected] && kind create cluster

Build the image

docker build . -t worker:1

Directly running the image will start an API server. Additional flags can be passed to start a worker node (WORKER) and to exit if the queue is empty (EXIT).

Load the image into the cluster

kind load docker-image worker:1

Deploy the definitions from deployments/ folder. Each file is a different approach.

About

A test project to try different job queue patterns with kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published