Ensure Kubernetes NetworkPolicy object is defined for every Kubernetes Namespace

MEDIUM

Description

Defining no network policy for Kubernetes namespace allows workloads from other namespaces to communicate with each other without any network traffic restriction.

Remediation

Namespace helps organizing and managing the resources meant for specific business function. By default workloads defined in a namespace can communicate with workloads with other namespaces without any traffic restriction. Therefore, it is recommended to define a Kubernetes NetworkPolicy object for every namespace.

Policy Details

Rule Reference ID: AC_K8S_0117
Remediation Available: No
Resource Category: Management
Resource Type: Namespace

Frameworks