ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 22 - DCA discussion

Report
Export

The Kubernetes yaml shown below describes a networkPolicy.

Will the networkPolicy BLOCK this traffic?

Solution: a request issued from a pod bearing the tier: backend label, to a pod bearing the tier: frontend label

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: B

Explanation:

The networkPolicy shown in the image is a Kubernetes yaml file that describes a networkPolicy. This networkPolicy will not block traffic from a pod bearing the tier: backend label, to a pod bearing the tier: frontend label. This is because the networkPolicy is configured to allow ingress traffic from pods with the tier: backend label to pods with the tier: frontend label.Reference:

Content trust in Docker | Docker Docs

Docker Content Trust: What It Is and How It Secures Container Images

Automation with content trust | Docker Docs

asked 08/11/2024
Salah Dabwan
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first