We’ll show you how to access any part of the Kubernetes API or a Custom Resource using a ServiceAccount and granular permissions.| OpenFaaS - Serverless Functions Made Simple
OpenFaaS - Serverless Functions Made Simple| docs.openfaas.com
This page shows how to configure liveness, readiness and startup probes for containers. For more information about probes, see Liveness, Readiness and Startup Probes The kubelet uses liveness probes to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.| Kubernetes