QuestionQ496
Application Deployment and SecurityRefer to the exhibit.

A software engineer develops an application with a microservices architecture. The microservices must communicate with an API. The engineer creates a Dockerfile for the application and deploys it to a pre-production environment. Following the first API request, a microservice stops, and the engineer finds an error in the log file. What is causing this issue?
- A The API failed to complete the request.
- B The API is not authorized to access the resource.
- C The API does not understand the request.
- D The API failed to find the resource.
Community Discussion