DCA · Question #154
Is this a function of UCP? Solution: enforces the deployment of signed images to the cluster
The correct answer is B. No. Docker Universal Control Plane (UCP) does not natively enforce the deployment of signed images; this capability is provided by Docker Trusted Registry (DTR) through content trust.
Question
Is this a function of UCP? Solution: enforces the deployment of signed images to the cluster
Options
- AYes
- BNo
How the community answered
(47 responses)- A21% (10)
- B79% (37)
Why each option
Docker Universal Control Plane (UCP) does not natively enforce the deployment of signed images; this capability is provided by Docker Trusted Registry (DTR) through content trust.
UCP is a control plane for cluster management, and while it integrates with DTR, the specific enforcement of signed images resides within the registry's content trust features, not UCP itself.
UCP manages the orchestration and deployment of containers, but the enforcement of signed images (Docker Content Trust) is a feature typically provided by Docker Trusted Registry (DTR). DTR integrates with Docker Content Trust to ensure that only cryptographically signed and verified images can be pulled and deployed, a capability distinct from UCP's core functions.
Concept tested: Docker UCP capabilities, Docker Content Trust
Source: https://docs.docker.com/ee/dtr/user/manage-images/content-trust/
Topics
Community Discussion
No community discussion yet for this question.