🔥 3-day streak
Certified Kubernetes Administrator (CKA)83 / 125
Question 83 of 125

In the namespace 'payments', a security engineer applies the following NetworkPolicy: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: restrict namespace: payments spec: podSelector: {} policyTypes: - Ingress Before this policy, all Pods in 'payments' could freely receive traffic from any source. After applying it, other teams report that Pods in 'payments' are no longer reachable. What is the effect of this policy?

Reviewed for accuracy · Report an issueNext question