
Ultimate access to all questions.
How should you configure your application to dynamically launch new Compute Engine instances that automatically discover and utilize a specific version of a service, given that the application consists of loosely coupled services orchestrated by Compute Engine-based code?
A
Define your service endpoint information as metadata that is retrieved at runtime and used to connect to the desired service.
B
Define your service endpoint information as label data that is retrieved at runtime and used to connect to the desired service.
C
Define your service endpoint information to be retrieved from an environment variable at runtime and used to connect to the desired service.
D
Define your service to use a fixed hostname and port to connect to the desired service. Replace the service at the endpoint with your new version.