keel-hq / keel

Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
https://keel.sh
Mozilla Public License 2.0
2.45k stars 282 forks source link

kubedog for deployment status monitoring? #402

Open mrVrAlex opened 5 years ago

mrVrAlex commented 5 years ago

Hi Will be great use kubedog library during workload update (after apply) https://github.com/flant/kubedog#track-until-ready for send notification when workload is successful (or not) updated. Currently keel send notification just after apply new config. Also this solve issue https://github.com/keel-hq/keel/issues/210

rusenask commented 5 years ago

Hi, looks good and really needed. I will see how I can integrate it into Keel or maybe we can just use existing resource watcher :)

mrVrAlex commented 5 years ago

Just common sense, why develop & maintain own code for watcher implementation when community already have ready solution... But yes it will be additional dependency, but this open source, any time can copy-past to this project)

rusenask commented 5 years ago

I agree, hopefully we can fully reuse it.