Mock Exam · ID 0

CKS — Certified Kubernetes Security Specialist (CKS) Exam

180:00
Question 1 of 90

Create a network policy named restrict-np to restrict to pod nginx-test running in namespace testing. Only allow the following Pods to connect to Pod nginx-test: * 1. pods in the namespace default * 2. pods with label version:v1 in any namespace. Make sure to apply the network policy.