Add Network Policy
add-network-policy
Helm Chart
YAML
By default, Kubernetes allows communications across all Pods within a cluster. The NetworkPolicy resource and a CNI plug-in that supports NetworkPolicy must be used to restrict communications. A default NetworkPolicy should be configured for each Namespace to default deny all ingress and egress traffic to the Pods in the Namespace. Application teams can then configure additional NetworkPolicy resources to allow desired traffic to application Pods from select sources. This policy will create a ne
Install
helm repo add kyverno-policies https://github.com/kyverno/policies
helm install add-network-policy kyverno-policies/add-network-policy --version 1.0.0
Details
FrameworkHelm Chart
LanguageYAML
Version1.0.0
★ Stars459
Forks326
LicenseApache-2.0
Namespacekyverno
Updated