DCA · Question #13
What is the purpose of a client bundle in the Universal Control Plane?
The correct answer is A. Authenticate a user using client certificates to the Universal Control Plane. A client bundle in Docker Universal Control Plane (UCP) contains TLS client certificates and keys, along with a pre-configured docker CLI, enabling secure user authentication and interaction with the UCP cluster.
Question
What is the purpose of a client bundle in the Universal Control Plane?
Options
- AAuthenticate a user using client certificates to the Universal Control Plane
- BProvide a new user instructions for how to login to the Universal Control Plane
- CProvide a user with a Docker client binary compatible with the Universal Control Plane
- DGroup multiple users in a team in the Universal Control Plane
How the community answered
(56 responses)- A93% (52)
- B2% (1)
- C2% (1)
- D4% (2)
Why each option
A client bundle in Docker Universal Control Plane (UCP) contains TLS client certificates and keys, along with a pre-configured `docker` CLI, enabling secure user authentication and interaction with the UCP cluster.
The client bundle, downloaded from UCP, includes client certificates, private keys, and CA certificates, which are used by the Docker CLI to establish a secure, authenticated connection to the UCP manager nodes, allowing users to perform Docker operations with their specific permissions.
The client bundle facilitates authentication and connection, but it doesn't primarily provide login instructions; those are typically provided separately.
While the bundle might contain shell scripts to configure an existing Docker client, it does not provide the Docker client binary itself.
Grouping users into teams is a feature of UCP's access control and role-based access control (RBAC) system, not the primary purpose of a client bundle.
Concept tested: Docker UCP client bundle purpose
Source: https://docs.mirantis.com/msr/2.1/ucp/user-access/cli-access/download-client-bundle.html
Topics
Community Discussion
No community discussion yet for this question.