The platform team runs containers for a Webex ChatOps bot. Which logging assumption keeps day-2 debug from depending on SSH and tail?
Select an answer to reveal the explanation.
Short Explanation
Central collection is the city’s 911 tape—every call lands in one place. Building an app that only debugs via SSH and tail fights both stream logging and operable containers.
Full Explanation
Effective strategy assumes the platform log driver or a collector captures stdout/stderr for aggregation and search. Designing the sole debug path as SSH plus tail couples operators to individual nodes and fights 12-factor logging. Product-specific ELK SKUs are not required to understand the central-collection principle.