The SBC CNe supports the Liveness, Readiness, and Startup probes for all pods. These probes add the following capabilities to the SBC:
- Liveness probe: Allows a container to recover from a failed or non-recoverable state.
- Readiness probe: Indicates whether a container is ready to accept the traffic or not.
- Startup probe: Delays the first implementation of the Liveness probe.