Personally, I think that the “fire-and-forget” mod...
# general
c
Personally, I think that the “fire-and-forget” model of
kubectl
makes an overall worse experience for users. It means that: 1. Users must re-implement a notion of a rollout in their monitoring stack 2. There are all sorts of weird gotchas, like the fact that changing data in a
ConfigMap
does not trigger a rollout in `Deployment`s that reference it.