Skip to main content

Enforce Default-Deny Workload Network Policies

CCC.K8S.CN06 · Networking

Confine workload communication to flows permitted by explicit, least-privilege network policies, with all other traffic denied by default.

Related Capabilities

IDTitleDescription
CCC.K8S.CP07Cluster Network IntegrationThe service can attach cluster, node, pod, and service connectivity to a user-configured cloud virtual network.
CCC.K8S.CP09Workload Network PolicyThe service may be configured with Kubernetes network policies that enforce ingress and egress boundaries between workloads and external systems.
CCC.K8S.CP08Workload Traffic RoutingThe service can expose and route internal or external traffic to Kubernetes workloads through services, load balancers, ingress controllers, and gateway components.

Related Threats

IDTitleDescription
CCC.K8S.TH06Workload Network Segmentation is Not EnforcedAbsent or ineffective ingress and egress policies may allow traffic to flow between namespaces, workloads, and external systems without an explicit authorization boundary. Network services can then be discovered or reached from unintended sources, exposing data flows, permitting unauthorized interaction, and increasing the risk of workload disruption.
CCC.K8S.TH10Workload Endpoints are Exposed UnintentionallyServices, load balancers, ingress resources, or gateways configured with an unintended external scope may make workload endpoints reachable from untrusted networks. Exposed services can then disclose workload data, accept unauthorized changes, or consume capacity needed by legitimate users.

Assessment Requirements

IDTextApplicability
CCC.K8S.CN06.AR01When a user workload namespace is created, an enforced network policy MUST deny all ingress and egress traffic by default.tlp-clear, tlp-green, tlp-amber, tlp-red
CCC.K8S.CN06.AR02When communication is required, each allow policy MUST identify the approved source, destination, protocol, and port using stable namespace, workload, or network selectors.tlp-clear, tlp-green, tlp-amber, tlp-red

Guideline Mappings

FrameworkIDRemarks
NIST_800_53AC-4Information Flow Enforcement
NIST_800_53SC-7Boundary Protection