
Kubernetes Network Policies
Subscription: Prime
Subscription: Prime
The Kubernetes Network Policies project is designed to enforce Kubernetes network policies by intercepting and evaluating network packets in userspace. This is achieved by using NFQUEUE to redirect packets to the controller, which then decides whether to allow or deny them based on a set of policy evaluators.