ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 28 - DCA discussion

Report
Export

A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.

Can this be used to schedule containers to meet the security policy requirements?

Solution: resource reservation

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: B

Explanation:

:Resource reservation is a feature that allows you to specify the amount of CPU and memory resources that a service or a container needs. This helps the scheduler to place the service or the container on a node that has enough available resources. However, resource reservation does not control which node the service or the container runs on, nor does it enforce any separation or isolation between different services or containers. Therefore, resource reservation cannot be used to schedule containers to meet the security policy requirements.

[Reserve compute resources for containers]

[Docker Certified Associate (DCA) Study Guide]

: https://docs.docker.com/config/containers/resource_constraints/

: https://success.docker.com/certification/study-guides/dca-study-guide

asked 08/11/2024
David Sichimwi
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first