- Which labels are required to publish a service using Interlock?
a) com.docker.lb.backend_mode
b) com.docker.lb.port
c) com.docker.lb.hosts
d) com.docker.lb.network
- Which one of these processes is not part of Interlock?
a) ucp-interlock
b) ucp-interlock-controller
c) ucp-interlock-extension
d) ucp-interlock-proxy
- Where do Interlock processes run within Docker Enterprise nodes?
a) ucp-interlock runs on Docker Swarm's leader.
b) ucp-interlock-extension runs on any manager.
c) ucp-interlock-proxy runs only on workers.
d) None of the above answers are correct.
- Which features does Interlock support?
a) SSL/TLS endpoint management
b) Transparent proxy or SSL/TLS passthrough
c) Dynamic configuration using the Docker API
d) TCP/UDP publishing
- Which of the following statements regarding the publishing of applications on container-orchestrated environments are true?
a) Ingress controllers and Interlock have a common logic using reverse proxy services for publishing applications...