- Which features are included in DTR?
a) Repository load balancing
b) Repository mirroring
c) Repository signing
d) All of the above
- How many DTR replicas do we need in order to provide high availability for Docker images' layers?
a) We will need at least three DTR replicas to provide high availability.
b) DTR does not manage the high availability of data. We need to provide third-party solutions for DTR storage.
c) DTR manages volume synchronization when we deploy more than one replica.
d) All of the above statements are true.
- Which processes are part of DTR?
a) garant
b) jobrunner
c) notary-client
d) auth-store
- Which of these statements are true in terms of how to deploy DTR with high availability?
a) Configure a load balancer as a transparent reverse proxy. We will forward all requests for DTR's FQDN to any of the replicas.
b) Deploy shared storage to allow all DTR replicas to store an image's data and meta-information at the same location.
c) Deploy...