Practice free →
HomeB.Tech Cloud Computingcloudcomputingcloudservices › A managed Kubernetes service (AWS EKS / Azure AK…

A managed Kubernetes service (AWS EKS / Azure AKS / GCP GKE) primarily gives the customer:

AA bulk object storage bucket with versioning
BA managed customer-relationship management (CRM) suite
CA managed Kubernetes control plane (API server, scheduler, etcd) so they only have to manage workloads and (optionally) worker nodes
DA relational database with automatic sharding
Answer & Solution
Correct answer: C. A managed Kubernetes control plane (API server, scheduler, etcd) so they only have to manage workloads and (optionally) worker nodes
EKS/AKS/GKE manage the K8s control plane — the gnarly distributed-systems pieces nobody wants to run themselves. Worker nodes are sometimes managed too (GKE Autopilot, AKS node pools). The other options are unrelated SaaS / PaaS products.
Solve this in the app — B.Tech Cloud Computing practice & 24k+ MCQs →
Related questions