Topic: Google Associate Cloud Engineer topic 1 question 237

You are running multiple microservices in a Kubernetes Engine cluster. One microservice is rendering images. The microservice responsible for the image rendering requires a large amount of CPU time compared to the memory it requires. The other microservices are workloads that are optimized for n2-standard machine types. You need to optimize your cluster so that all workloads are using resources as efficiently as possible. What should you do?

A.
Assign the pods of the image rendering microservice a higher pod priority than the other microservices.
B.
Create a node pool with compute-optimized machine type nodes for the image rendering microservice. Use the node pool with general-purpose machine type nodes for the other microservices.
C.
Use the node pool with general-purpose machine type nodes for the image rendering microservice. Create a node pool with compute-optimized machine type nodes for the other microservices.
D.
Configure the required amount of CPU and memory in the resource requests specification of the image rendering microservice deployment. Keep the resource requests for the other microservices at the default.

Re: Google Associate Cloud Engineer topic 1 question 237

repeated question, the answer is B.

Re: Google Associate Cloud Engineer topic 1 question 237

Same as No.196.

Re: Google Associate Cloud Engineer topic 1 question 237

Its B, question appear before

Re: Google Associate Cloud Engineer topic 1 question 237

repeated question

Re: Google Associate Cloud Engineer topic 1 question 237

B has logic