A DevOps team notices that a microservice is returning 503 errors intermittently. The service runs in Kubernetes and uses a liveness probe. The team wants to understand the root cause without restarting the pod. Which observability approach should they use first?
Select one:
The trap here is that candidates often assume 'kubectl describe pod' (Option A) is sufficient for de...