About machine support with GKE clusters

This document describes the machines that Google Kubernetes Engine (GKE) supports. In a GKE cluster, nodes are the worker machines that run your workloads. The individual machines are Compute Engine instances that GKE creates. For more information, see About the nodes in the "GKE cluster architecture" document.

To support different kinds of workloads, Compute Engine has multiple machine families—for example, general-purpose, storage-optimized, and compute-optimized. Each machine family offers multiple machine series, which each offer a series of machine types. GKE supports most of the available Compute Engine machine types, with some exceptions that are listed in this document. To get started with learning about the various machines that Compute Engine offers, see Machine families resource and comparison guide.

GKE offers two modes of operation, Standard and Autopilot. In Standard mode, you choose a Compute Engine machine type when creating a Standard node pool. In Autopilot, you request ComputeClasses which can declare the machines that GKE uses. One GKE cluster can use multiple machine types at the same time.

The following sections explain how to find machine support for specific GKE features, and how to find what machines GKE does and doesn't support from Compute Engine.

Get information about machine requirements and limitations

GKE might have specific requirements for successfully using the machine series. For example, see the following:

  • Specific GKE version requirement for using a machine series: you must use a specific GKE version or later to use a specific machine series. For example, you must use GKE version 1.35.0-gke.2398002 or later to use a specific machine series.
  • Specific version requirement for using a machine series with a specific feature: you must use a specific version to use a specific machine series with a specific feature. For example, to create a cluster that uses Autopilot mode and N4A nodes, use GKE version 1.34.1-gke.3403001 or later.
  • Certain features require specific machine series: you can use a specific feature only with specific machine series. For example, an accelerator-focused feature might support only accelerator-optimized machines. Multi-instance GPUs are only supported with specific machine series (or, in this case, their associated GPUs).

For information about requirements and limitations for machine series when using the machines with GKE clusters, see the following:

  • Search the GKE release notes for any notes about the respective machine series. For example, the February 24, 2026 and December 13, 2024 release notes have information about the C4A machine series.
  • Search the respective feature documents in the GKE documentation. For example, for Local SSD in Autopilot, see the section Machine series that support Local SSD in Autopilot.
  • Search the Compute Engine documentation for underlying technical details about specific machine series. For example, for more information about H4D, see the H4D machine series section in the "Compute-optimized machine family for Compute Engine" document.

Machine support with GKE

GKE supports all machines from Compute Engine, with the following exceptions:

Machine series Unsupported machine types from the machine series
C4D

GKE doesn't support the -metal machine types, including the following:

  • c4d-standard-384-metal
  • c4d-highcpu-384-metal
  • c4d-highmem-384-metal
M4

GKE doesn't support any m4-hypermem- machine types, including the following:

  • m4-hypermem-8
  • m4-hypermem-16
  • m4-hypermem-32
  • m4-hypermem-64
C3

GKE doesn't support the -metal machine types with Autopilot or cluster autoscaler, including the following:

  • c3-standard-192-metal
  • c3-highcpu-192-metal
  • c3-highmem-192-metal
C4

GKE doesn't support the -metal machine types, including the following:

  • c4-standard-288-metal
  • c4-standard-288-lssd-metal
  • c4-highmem-288-metal
  • c4-highmem-288-lssd-metal
X4 GKE doesn't support any machine types of the X4 machine series.
Z3 GKE doesn't support the z3-highmem-192-highlssd-metal machine type.

What's next