Receive daily AI-curated summaries of engineering articles from top tech companies worldwide.
Endigest AI Core Summary
Kubernetes 1.35 introduces structured, versioned JSON responses for z-pages debugging endpoints to enable programmatic tooling and automated troubleshooting.
•The /statusz and /flagz endpoints now support machine-readable JSON responses via the Accept header (e.g., Accept: application/json;v=v1alpha1;g=config.k8s.io;as=Statusz)
•Plain text output remains the default for backward compatibility; structured responses are opt-in
•Enabling requires the ComponentStatusz and ComponentFlagz feature gates on control plane components
•Access is restricted to the system:monitoring group, following the same authorization model as /healthz, /livez, and /readyz
•The feature is alpha (v1alpha1) in 1.35, with plans to introduce v1beta1 and v1 as it matures
This summary was automatically generated by AI based on the original article and may not be fully accurate.