On Thu, May 14, 2020 at 5:56 PM Wes Turner <[email protected]> wrote:

> FWIW, k8s has Liveness, Readiness and Startup Probes
>
> https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
> ::
>
> > The kubelet uses startup probes to know when a container application has
> started. If such a probe is configured, it disables liveness and readiness
> checks until it succeeds, making sure those probes don’t interfere with the
> application startup. This can be used to adopt liveness checks on slow
> starting containers, avoiding them getting killed by the kubelet before
> they are up and running.
>
>
Good suggestion.

It's starting to look like people like the idea of having procd poke the
service and require a reply, instead of the other way around. That's fine
with me.
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to