Quiz Kubernetes Architecture Google Cloud Ace Exam Mcq

 Quiz Kubernetes Architecture Google Cloud Ace Exam Mcq






1.You have deployed a new Kubernetes Engine regional cluster with four machines in the default pool for the first zone and left the number of zones at the default. How many Compute Engine machines are deployed and billed against your account?

Ans: Fifteen. (Four nodes and a single control plane are deployed to each of the three zones. A control plane node is deployed in each zone and it is billed against your account.)


2. You are designing an application, and you want to ensure that the containers are located as close to each other as possible, in order to minimize latency. Which design decision helps meet this requirement?

Ans: Place the containers in the same Pod

3.You want to deploy multiple copies of your application, so that you can load balance traffic across them. How should you deploy this application's Pods to the production Namespace in your cluster?

Ans: Create a Deployment manifest that specifies the number of replicas that you want to run.

4.Which Kubernetes component does the kubectl command connect to in order to carry out operations on a cluster?

Ans: kube-apiserver

5.When configuring storage for stateful applications, what steps must you take to provide file system storage inside your containers for data from your applications that will not be lost or deleted if your Pods fail or are deleted for any reason?

Ans: You must create Volumes using network based storage to provide durable storage remote to the Pods and specify these in the Pods.

6.You need to ensure that the production applications running on your Kubernetes cluster are not impacted by test and staging deployments. Which features should you implement and configure to ensure that the resources for your production applications can be prioritized?

Ans: Configure Namespaces for Test, Staging and Production and configure specific Kubernetes resource quotas for the test and staging Namespaces.

7.You have a new logging and auditing utility that you need to deploy on all of the nodes within your cluster. Which type of controller should you use to handle this task?

Ans: Daemonset

0/Post a Comment/Comments

#Advertisement

Top Post Ad