#ops (2019-02)

Archive: https://archive.sweetops.com/ops/

2019-02-05

Igor avatar

Any recommendations for an incident response/monitoring platform? PagerDuty/OpsGenie/etc?

joshmyers avatar
joshmyers

Either of the above are good, IIRC OG is significantly cheaper than PD

1

2019-02-12

pecigonzalo avatar
pecigonzalo

I believe I asked this before, but how do you guys run etcd/consul/etc config chabges or even secrets?

EG you have one or multiple secrets using config from etcd /someparam You want to update it.

Most examples I see with confd and etc (even in code) means you potentially kill all services using that parameter if you the wrong one. Same applied to secrets.

We handle it by not hotreloading and just triggering a force deploy (roll/blue green even if no changes detected)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Yes, same.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Changing secrets is a new release

    keyboard_arrow_up