---
title: "Technology Bytes 7: What is Google Kubernetes Engine Autopilot"
type: video
date: 2021-07-14
source: youtube
summary: In this week session, we would talk about Google Kubernetes Engine Auto Pilot offering. GKE Autopilot is a managed offering which manages both the control plane and data plane/worker nodes and focus your effort on developing the application. Prior to GKE…
media_url: "https://www.youtube.com/watch?v=sEEaRnqWdhA"
draft: false
---

In this week session, we would talk about Google Kubernetes Engine Auto Pilot offering.
GKE Autopilot is a managed offering which manages both the control plane and data plane/worker nodes and focus your effort on developing the application. Prior to GKE Autopilot, only the control plane was managed by Google Cloud as a managed service. 
With GKE Autopilot, you therefore  pay for only resources like compute, memory, storage that PODs actually uses, rather than paying for nodes or Virtual machines as in standard GKE offering.

#gkeautopilot
#googlecloud
#gke