Hi Kodekloud team,
I need help in solving the below example question.
Question:
Task: Example
Pod ckad00018-newpod in the ckad00018 namespace to use a NetworkPolicy allowing the Pod to send and receive traffic only to and from the pods web and db
POD → web -->has label → app:web
POD —> db -->has label → app:db
POD → ckad00018-newpod → has label → app: newpod
Note: you must not create, modify, delete any network policy while working on this task.You may use only existing network policies.