- Which of these sentences are true?
a) The Docker UCP installation process will also install the Docker Enterprise Engine on our hosts.
b) UCP provides an integrated RBAC system that will help us to authenticate and authorize our users against its database.
c) Docker UCP provides two kinds of access: the web UI and the UCP bundle.
d) All of the above sentences are true.
- Which of these sentences is not true about a docker/ucp image?
a) This image will provide UCP's backup and restore.
b) We should always use the latest docker/ucp release version in our environment.
c) Docker UCP can be completely removed using a docker/ucp image.
d) The upgrade process must be executed manually on each cluster's node.
- What have we learned about the UCP installation process (which of the following is true)?
a) We can change the UCP controller and Kubernetes ports using special arguments.
b) We can isolate the control plane using --data-path-addr to specify an interface or an IP...