A team validates a webhook from test pods and later still gets admission timeouts after a policy hardening change.
A webhook certificate is valid and admission still times out
Pods can access the webhook, yet admission fails because the control-plane source path was never whitelisted in the same way.
Scenario
What to check first
- Identify the primary failure signal in the Pods Could Reach the Webhook and the API Server Took a Different Network Path scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Test control-plane reachability directly before changing certificates or webhook readiness.
Questions worth viewing together
Community-field Kubernetes problem inspired by admission-webhook discussions where pod tests passed but the apiserver path was blocked. Webhook health from pods does not prove the apiserver can reach the same endpoint.
Teams often blame TLS when the control-plane network path is what the policy actually blocks.
Admission webhook policy should explicitly account for apiserver source paths, not just workload traffic.
Similar cases seen in the field