Question 175 of 284
Single answerYou have developed an application that consists of multiple microservices, with each microservice packaged in its own Docker container image. You want to deploy the entire application on Google Kubernetes Engine so that each microservice can be scaled individually. What should you do?
ACreate and deploy a Custom Resource Definition per microservice.
BCreate and deploy a Docker Compose File.
CCreate and deploy a Job per microservice.
✓DCreate and deploy a Deployment per microservice.
✓
Correct Answer: D
Create and deploy a Deployment per microservice.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.