Google Kubernetes Engine (GKE) Features:

Not supported by GKE

Question

Your organization is using Google Kubernetes Engine (GKE) for Kubernetes automatic management and deployment. Which of the listed below are not the features of Google Kubernetes Engine (GKE)? (Select 2)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

Correct Answers: B and D.

Option A is incorrect.

The stated feature is correct.

Option B is correct.

GKE does not have a predefined mode of operation.

Predefined is an invalid mode of operation.

Option C is incorrect.

The stated feature is correct.

Option D is correct.

Please refer to the explanation of Option C and Option.

E.Option E is incorrect.

The stated feature is correct.

https://cloud.google.com/kubernetes-engine

Google Kubernetes Engine (GKE) is a managed container orchestration service provided by Google Cloud. It helps to automate the deployment, scaling, and management of containerized applications on a Kubernetes cluster.

Let's examine each option to determine which ones are not features of GKE:

A. Modes of operations in GKE are Standard and Autopilot. This statement is correct. GKE has two modes of operations: Standard and Autopilot. The Standard mode provides full control over the cluster, while Autopilot mode is a fully managed mode that automates many aspects of the cluster management.

B. Modes of operations in GKE are Standard, Predefined and Autopilot. This statement is incorrect. GKE does not have a "Predefined" mode of operation. The correct modes of operation in GKE are Standard and Autopilot.

C. Google Kubernetes Engine (GKE) Cluster autoscaling works on the basis of per-node-pool. This statement is correct. GKE cluster autoscaling works on the basis of per-node-pool. This means that GKE automatically adds or removes nodes from a specific node pool based on the workload demands.

D. Google Kubernetes Engine (GKE) vertical pod autoscaling works on the basis of per-node-pool. This statement is incorrect. GKE vertical pod autoscaling works on a per-pod basis and not on a per-node-pool basis. It analyzes the CPU and memory usage of the pods continuously and adjusts the resources allocated to them accordingly.

E. Google Kubernetes Engine (GKE) vertical pod autoscaling analyzes the CPU and memory usage of pods continuously. This statement is correct. GKE vertical pod autoscaling continuously analyzes the CPU and memory usage of pods and adjusts the resources allocated to them accordingly.

Therefore, the two options that are not features of GKE are: B. Modes of operations in GKE are Standard, Predefined and Autopilot. D. Google Kubernetes Engine (GKE) vertical pod autoscaling works on the basis of per-node-pool.