Google
ASSOCIATE-CLOUD-ENGINEER · Question #245
You 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 Kubern
The correct answer is D. Create and deploy a Deployment per microservice.. Can deploy each service through kubectl apply -f <deployment_config.yaml>
Submitted by asante_acc· Mar 30, 2026Deploying and implementing a cloud solution
Question
You 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?
Options
- 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.
How the community answered
(46 responses)- A4% (2)
- B2% (1)
- C7% (3)
- D87% (40)
Explanation
Can deploy each service through kubectl apply -f <deployment_config.yaml>
Topics
#GKE#Kubernetes Deployment#microservices#container scaling
Community Discussion
No community discussion yet for this question.