Use curl locally against the forwarded health endpoint.
Section: Readiness, Liveness, and Startup Probes
Call a probe endpoint after port-forward
bash
bash
curl -i http://127.0.0.1:8080/healthzLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Readiness, Liveness, and Startup Probes
Inspect configured probes
View readiness, liveness, and startup probe definitions.
See probe failure events
Describe a pod and inspect event messages for failing probes.
Run the probe command manually
Validate probe behavior inside the container context.
Port-forward and test HTTP probe locally
Verify whether the probe endpoint behaves as expected.