Dan Maas
Dan Maas
I'm working on a system where the minimum number of pods is zero, i.e. I want to completely auto-scale down to nothing if the queue goes empty. The detailed mechanics...
The current code assumes that the Deployment you are controlling has an "app=..." label that exactly matches the Deployment resource name. In my particular cluster, this is not the case,...
...to identify the SQS queue by name instead of by URL. This avoids the need to hard-code the AWS account ID into an environment variable. Instead we can fetch the...
Python 3.7 introduced the "async" keyword which conflicts with a local variable name in the Kubernetes Python package. Fixed in 7.0.0.
also ignore .env, to avoid accidentally including secrets in the image