Is this a function of UCP?
enforces the deployment of signed images to the cluster
Is this a function of UCP?
enforces the deployment of signed images to the cluster
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.
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