Skip to main content

Why can log-driver misconfigurations crash hosts?

Senior Docker
Quick Answer Docker log drivers collect container stdout/stderr and forward them to logging backends (journald, syslog, fluentd, splunk). Some drivers buffer in kernel space. If the logging backend is slow or down, the kernel buffer fills, causing backpressure that blocks container writes to stdout รขโ‚ฌโ€ eventually blocking the container's app process.

Answer

JSON logs fill writable layers, consuming disk and freezing hosts.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice