Kubernetes MCQs – Kubernetes on Cloud Providers

21.) Which CLI tool is required to create and manage clusters on Google Cloud?

A) gcloud
B) googlectl
C) gkectl
D) kubectl

Answer: Option A

Explanation: gcloud is the primary CLI for Google Cloud, including GKE cluster management.

22.) In EKS, which component is NOT managed by AWS?

A) VPC
B) Worker nodes (unless using managed node groups)
C) Control plane
D) IAM roles

Answer: Option B

Explanation: You are responsible for worker node management unless you opt for managed node groups.

23.) Which cloud provider offers the most advanced GPU support in Kubernetes out-of-the-box?

A) Azure
B) AWS
C) Google Cloud
D) IBM Cloud

Answer: Option C

Explanation: GKE offers seamless integration and scheduling of GPU workloads.

24.) What’s a benefit of using Autopilot mode in GKE?

A) Full control of the Kubernetes API server
B) No need to manage nodes
C) Cheaper than Standard mode
D) No support for custom images

Answer: Option B

Explanation: GKE Autopilot abstracts away node management for users.

25.) In Azure, how do you create a resource group for AKS?

A) az group create
B) az aks create-group
C) kubectl create group
D) az aks group new

Answer: Option A

Explanation: Before deploying AKS, you must create a resource group with az group create.

Leave a Reply

Your email address will not be published. Required fields are marked *