List of questions
Related questions
Question 166 - Professional Cloud Developer discussion
Your application is composed of a set of loosely coupled services orchestrated by code executed on Compute Engine. You want your application to easily bring up new Compute Engine instances that find and use a specific version of a service. How should this be configured?
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.
Your answer:
0 comments
Sorted by
Leave a comment first