DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 16


Is this a function of UCP?

enforces the deployment of signed images to the cluster

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
LavaPupOption: A
Dec 7, 2024

A is correct. Yes, Docker Universal Control Plane (UCP) supports enforcing the deployment of signed images to the cluster through Content Trust, which is part of Docker's security features. By enabling content trust in UCP, you can ensure that only images signed by trusted parties can be deployed in your swarm cluster or Kubernetes environment.

__rajan__Option: A
Jan 8, 2025

Key Content Trust Features in UCP: * Can require images to be signed before deployment * Integrates with Docker Content Trust (DCT) * Enforces signature verification at the cluster level * Works with DTR (Docker Trusted Registry) for image signing