#container-monitoring

[ follow ]
DevOps
fromInfoQ
3 days ago

Kernel-Level Ground Truth: Why eBPF is Replacing User-Space Agents for Security Observability

Application-level logging can be disabled by a compromised process, so security visibility must not rely on attacker cooperation.
eBPF kernel-level syscall probing remains effective even with root in containers, and disabling it is significantly harder than killing a user-space agent.
Consolidating user-space security agents with an eBPF agent can reduce security CPU use by 60–80% and lower telemetry volume via kernel-side filtering.
Phased eBPF rollout—observe, then alert, then enforce—prevents disruptive enforcement that can break critical services.
DevOps
fromNew Relic
11 months ago

Guide to Docker logs and how to see them

Docker logs provide essential insights into container operations, aiding in performance optimization and troubleshooting.
[ Load more ]