Kubetier
  1. Delete the NetworkPolicy that isolates the target workload.

  2. A pod is only isolated while some policy selects it.

    Once the last selecting policy is gone, the pod accepts traffic from anywhere again.

  3. Where another policy still selects the pod, deletion narrows nothing and the remaining policy keeps enforcing.

  4. Previously unreachable workloads become reachable for lateral movement, and monitoring that relied on the policy blocking traffic sees nothing change.

K8s docs ↗