1. Learn Pulumi
  2. Glossary of Cloud Engineering Terms
  3. Google Kubernetes Engine

Google Kubernetes Engine

Description

Google Kubernetes Engine (GKE) is a managed kubernetes service. Applications are deployed within containers by defining a cluster and node pool, then giving the cluster a kubeconfig, deployment definition, and service definition, as with any other application deployed on a Kubernetes cluster. GKE also provides some additional services, such as auto-repair for unhealthy nodes and auto-scaling. Serverless functionality is available via Cloud Run for Anthos.

Use Cases

As the longest-running managed Kubernetes service on the market, it benefits from a larger featureset. In particular, GKE provides quite a lot of automation, including automated updating of cluster versions and node pools as well as selected Kubernetes patches and CVE fixes. GKE also tends to support more Kubernetes versions than other services.

← Go back to the Glossary