File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22layout : " kubernetes"
33page_title : " Kubernetes: kubernetes_network_policy"
44description : |-
5- Kubernetes supports network policies to specificy of how groups of pods are allowed to communicate with each other and other network endpoints.
5+ Kubernetes supports network policies to specify how groups of pods are allowed to communicate with each other and with other network endpoints.
66 NetworkPolicy resources use labels to select pods and define rules which specify what traffic is allowed to the selected pods.
77---
88
99# kubernetes_network_policy
1010
11- Kubernetes supports network policies to specificy of how groups of pods are allowed to communicate with each other and other network endpoints.
11+ Kubernetes supports network policies to specify how groups of pods are allowed to communicate with each other and with other network endpoints.
1212NetworkPolicy resources use labels to select pods and define rules which specify what traffic is allowed to the selected pods.
1313Read more about network policies at https://kubernetes.io/docs/concepts/services-networking/network-policies/
1414
You can’t perform that action at this time.
0 commit comments