Join our Newsletter — 33% off our NHI Course
Home FAQ Cyber Security What do security teams get wrong about container…
Cyber Security

What do security teams get wrong about container monitoring when they rely only on pre-production controls?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 9, 2026 Domain: Cyber Security

Teams often assume that vulnerability scans and pre-production policy checks are enough to understand container risk. In practice, they miss runtime behaviour, which is where misconfigurations, policy drift, and active compromise become visible. The mistake is treating deployment-time assurance as operational assurance. Effective monitoring must separate benign noise from the few events that indicate true risk.

Why Pre-Production Checks Do Not Reveal Container Runtime Risk

Pre-production controls are useful, but they answer a different question from monitoring: they tell teams whether a container image, policy set, or deployment manifest looked acceptable before release, not whether the running workload remains safe after it starts interacting with real traffic, secrets, hosts, and orchestration events. That distinction matters because container risk often appears only at runtime, where drift, unexpected process activity, and lateral movement become observable. The OWASP Non-Human Identity Top 10 is relevant here because container monitoring failures frequently emerge when runtime identity and credential use are not being watched closely enough.

Teams also tend to overvalue scanner output because it is easy to report and easy to gate in CI/CD, while underinvesting in signals that show whether a container is behaving as intended once it is live. That creates blind spots around privilege escalation, unexpected network destinations, secret access, and container escape indicators. In practice, many security teams discover container monitoring gaps only after a workload has already been deployed and its runtime behaviour has diverged from what the pre-production review assumed.

What Runtime Monitoring Has to Observe That CI/CD Cannot

Container monitoring becomes useful when it tracks the behaviour of the running workload, not just the properties of the image that was approved. At minimum, that means watching process launches, file system changes, outbound connections, Kubernetes or orchestration events, privileged API calls, and access to sensitive material such as tokens or mounted secrets. A clean scan does not prove that the container will stay clean once it is scheduled, attached to a service mesh, or given access to other internal systems.

Good monitoring separates expected churn from meaningful deviation. That distinction is critical because containers are noisy by design: short-lived processes, restarts, scaling events, and image redeployments can all look alarming if a team has no baseline. The practical question is whether the runtime activity matches the declared purpose of the service. If a web container suddenly spawns shell processes, reaches new external endpoints, or requests capabilities it never needed during testing, the problem is no longer theoretical.

  • Watch for process trees that do not match the application role.
  • Correlate network egress with known service dependencies, not just allowlists.
  • Inspect access to mounted secrets, service tokens, and cloud metadata endpoints.
  • Track orchestration actions such as privilege changes, exec sessions, and pod replacements.
  • Use pre-production findings as input, but not as the final verdict on risk.

Runtime monitoring also needs ownership clarity. Platform teams may own telemetry and baselines, while security teams define the conditions that should trigger investigation or quarantine. Without that division, the organisation often ends up with alerts that are either too broad to act on or too narrow to catch the few events that actually matter. Where this guidance breaks down is in highly ephemeral environments with no stable service profile, because even good telemetry becomes hard to interpret without a clear behavioural baseline.

Where Pre-Production Assurance Still Helps, and Where It Misleads

Tighter pre-production control often improves build integrity, but it also creates a false sense of completeness, so organisations have to balance deployment confidence against operational blind spots. The strongest use of pre-production checks is to prevent obvious defects from reaching production. Their weakness is that they cannot model every live dependency, every runtime privilege path, or every abuse pattern that appears only under real workload conditions.

There is also a common consensus gap around how much security value policy-as-code and image scanning actually provide. Most practitioners agree they are necessary, but not sufficient. The disagreement is usually about emphasis: some teams treat them as the centre of container security, while more mature programmes treat them as one layer in a runtime control stack. That matters because a container can pass all admission checks and still be misused through overbroad permissions, injected processes, or compromised credentials once active.

For teams that rely on pre-production signals, the most important edge case is not a failed scan. It is a successful deployment that behaves differently from the approved design. That is where monitoring must answer a different question from the build pipeline: what changed after release, and does that change indicate ordinary operation or an emerging security issue?

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK address the attack and risk surface, while CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
CIS Controls v88 — Audit Log ManagementRuntime container monitoring depends on actionable logging and event visibility.
13 — Network Monitoring and DefenseContainer risk often surfaces through unexpected egress and east-west traffic.
5 — Account ManagementContainer abuse often involves runtime credential and token misuse.
Recommendation — Collect and retain runtime logs that expose container process, network, and access anomalies. Monitor container network flows for unauthorized destinations and abnormal communication paths. Review and remove excessive runtime access paths that containers do not need.
NIST CSF 2.0DE.CM — Security Continuous MonitoringThe question is fundamentally about runtime detection versus pre-production assurance.
PR.AC — Access ControlOverbroad runtime permissions are a common source of container exposure.
DE.CM-8 — Vulnerability ScansPre-production scans help, but they cannot replace runtime monitoring.
Recommendation — Continuously monitor running containers for deviations from expected behaviour and threat indicators. Limit container permissions to the minimum access needed at runtime. Use scan results as one input, then validate live workload behaviour after deployment.
MITRE ATT&CKT1611 — Escape to HostContainer monitoring must detect host-bound activity that indicates breakout or abuse.
Recommendation — Hunt for host interaction and escape indicators when container behaviour changes unexpectedly.

Practitioner Guidance

What to prioritise: Define runtime behaviours that are expected for each container class, then alert on deviations that would change the service’s security posture rather than on every unusual event. A useful baseline is behavioural, not just structural.

What to verify: Confirm that monitoring can see process execution, network egress, secret access, and orchestration actions from the live environment. If one of those planes is missing, the team is still relying on pre-production assurance in disguise.

Decision rule: If a control only proves the container was approved to run, treat it as an admission control, not a monitoring control. If it can show how the container is behaving after launch, it belongs in the detection strategy.

Practitioner takeaway: The real test of container security is not whether a workload passed review, but whether the organisation can detect when that workload stops behaving like the thing that was reviewed.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 9, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org