Skip to content

Governance & Power

Pod Security Admission and the Hierarchy of Trust

Pod security is a boundary between ‘works’ and ‘safe to run.’ The hierarchy of trust must be explicit and enforced.

Text

Authored as doctrine; evaluated as operations.

Doctrine

Execution privileges must be earned. PSA is an institutional tool that encodes that reality across namespaces and teams.

Kubblai doctrine: trust is tiered and reviewable, never implicit.

Rollout strategy

Start in audit/warn modes. Inventory violations. Fix workloads with the highest leverage first. Then enforce with staged exceptions.

PSA can brick deploys if rolled out blindly. Discipline matters.

  • Standardize namespace labels and ownership.
  • Make exceptions explicit, time-bound, and reviewed.
  • Pair enforcement with documentation and examples.

Operational realities

Legacy workloads often rely on privileges: root, hostPath, privileged containers. Removing privilege requires redesign, not policy alone.

Your goal is steady reduction of risk without destabilizing service.

Governance

PSA is governance at scale. It should be owned by the platform institution, not delegated ad-hoc to every team.

Measure violation rates and tie them to remediation programs.