What Is Network Segmentation?
Network segmentation splits a network into separate segments and restricts which segments can talk to one another, often via firewall or network policy rules. In a cluster this is usually done with network policies that default to deny and allow only intended flows between workloads. The aim is to contain lateral movement.
Why it matters
Segmentation means a compromised service cannot freely reach the rest of the system, shrinking the blast radius. It is a foundation of defense in depth for internal traffic.
Related guides
What Is an Egress Gateway?An egress gateway is a dedicated exit point through which outbound traffic from a cluster or mesh is funneled…
What Is an Authorization Policy?An authorization policy defines which callers may access which services or paths in a mesh, allowing or denyi…
What Is a Pod Security Standard?A pod security standard is a predefined set of security restrictions, privileged, baseline, or restricted, th…