pavjav
@pavjav@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Exposing docker socket to a container 5 days ago:
If you mean updating the images themselves, I just use kubernetes and rolling updates. Works like a charm.
As for monitoring, kubernetes also handles that well. Liveness probes are kind of standard, then Prometheus for more intense monitoring.
If you don’t mind the extra overhead it would probably address these issues for you.