├── README.md ├── allow-db-access.yaml ├── allow-ingress-to-and-from-new.yaml ├── allow-n1-a-to-n2-b.yaml ├── allow-same-namespace.yaml ├── allow-server-to-access.yaml ├── default-deny-all.yaml └── internet-access.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/README.md -------------------------------------------------------------------------------- /allow-db-access.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/allow-db-access.yaml -------------------------------------------------------------------------------- /allow-ingress-to-and-from-new.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/allow-ingress-to-and-from-new.yaml -------------------------------------------------------------------------------- /allow-n1-a-to-n2-b.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/allow-n1-a-to-n2-b.yaml -------------------------------------------------------------------------------- /allow-same-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/allow-same-namespace.yaml -------------------------------------------------------------------------------- /allow-server-to-access.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/allow-server-to-access.yaml -------------------------------------------------------------------------------- /default-deny-all.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/default-deny-all.yaml -------------------------------------------------------------------------------- /internet-access.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackrox/network-policy-examples/HEAD/internet-access.yaml --------------------------------------------------------------------------------