Kubernetes Engine


Kubernetes Engine (GKE)

  • What it is: Managed Kubernetes. If you have an application built with containers (Docker), GKE helps you deploy, scale, and manage them across a cluster of machines. Google created Kubernetes, so GKE is often considered the "gold standard" implementation.

  • Equivalents:

    • AWS: Amazon EKS (Elastic Kubernetes Service)

    • Azure: Azure AKS (Azure Kubernetes Service)


Last updated