Quiz Kubernetes Object Management Google cloud Ace Exam MCQ
1.In a manifest file for a Pod, in which field do you define a container image for the Pod?
Ans: Spec
2.What are Kubernetes namespaces useful for? Choose all that are correct (2 correct answers).
Ans : Namespaces let you implement resource quotas across your cluster. , Namespaces allow you to use object names that would otherwise be duplicates of one another.
3.What is the purpose of the Deployment object?
Ans: To ensure that a defined set of Pods is running at any given time.

Post a Comment