Closed
Description
As a user of NKG
I want NKG to have liveness and readiness probes
So that I can leverage better automation with NKG utilizing the knowledge that a particular NKG pod is ready to serve traffic.
Acceptance
- The NKG pod is only labeled as "ready" when nginx is ready to serve traffic.
- Stale configuration should not prevent the probe from reporting a "ready" status.
- Liveness and/or readiness probes are exposed for both the nginx data container and NKG controller container as needed.
- A manual test is performed to verify that our upgrade method minimizes downtime using the probes appropriately.