Work Queue Processor in Python and Kubernetes Posted on January 10, 2021 by Steve Cooper Leave a comment A friend of mine needed a bit of help taking a python batch job he had, which deals with one block of work, and making it scale to the cloud. This little project shows how to load a queue of work, then process it with a kubernetes Job. https://github.com/stevecooperorg/kubernetes-job-example Share this:TwitterFacebookLike this:Like Loading... Related