What is GKE and what does it manage for you?
Answer: GKE is Google's managed Kubernetes service. Google runs and secures the control plane — the API server, scheduler, controller manager and etcd — handles its availability and upgrades, and provides deep integration with GCP networking, IAM, logging, monitoring and load balancing. You supply workloads and, in Standard mode, manage the worker nodes.
Why interviewers ask this: The credibility marker is knowing that Kubernetes originated at Google from the Borg system, and that GKE is generally the reference implementation — new Kubernetes versions land on GKE early. Mentioning that the control plane is not billed per-node but as a flat cluster management fee is a useful detail.
