sideshowbandana / k8s-sqs-autoscaler

Kubernetes pod autoscaler based on queue size in AWS SQS
71 stars 27 forks source link

Rolling upgrades #15

Open abhay8nitt opened 4 years ago

abhay8nitt commented 4 years ago

Hi there,

I have this use case here:

  1. We have haproxy running in container which gets their configuration generated when the pod starts. The configuration is generated by values published to consul server. The haproxy configuration loads SSL certs in its memory ( this was gotten from the consul server)
  2. Assuming that a new customer is added new certificates are pushed to consul which are gotten only when the pad starts up.
  3. Can a rolling upgrade be triggered when certain consul keys change( fyi, we have the consul watcher written in place)?
  4. I would need your help if we can extend or use apis to trigger rolling upgrade similar to what you have done for sqs

Any help is appreciated on this!

Thanks Abhay