Pods for a marina slip-reservation app will not schedule, and the team needs control-plane scheduler and API server detail—not the app’s stdout. Which log kind answers that question?
Select an answer to reveal the explanation.
Short Explanation
Control-plane “why won’t it schedule?” lives in OKE service logs. App stdout on workers is a custom-log story—enabling one does not give you the other.
Full Explanation
Kubernetes Engine service logs cover control-plane processes such as the API server, scheduler, and controllers. Application logs on workers are custom logs collected separately. Enabling one does not provide the other. API Gateway and Vault logs do not explain Pod scheduling decisions on the OKE control plane.