Terminology Index

Glossary

1801 terms

Open concept maps

Showing 417-448 of 1801 terms

C
32

Containerization Patterns

Common ways of structuring and deploying containers, such as one process per container, sidecar and ambassador patterns, and init containers, each with security implications for isolation, privilege, and the attack surface.

How containers are composed affects their security: keeping one concern per container limits blast radius, sidecars add capabilities (like a proxy) but also surface, and shared volumes or privileged helpers can weaken isolation. Understanding these patterns lets defenders reason about where trust boundaries lie, which containers hold privilege, and how a compromise in one might affect others within a pod or node.

Introduced in: Cloud-Native Security

Examples

  • Running one process per container to limit blast radius.
  • Adding a sidecar proxy and accounting for its added attack surface.
  • Using an init container with elevated rights only briefly at startup.

No related terms linked yet.