---
title: How to use Ubuntu in GKE on nodes and in containers
description: Google Kubernetes Engine (GKE) traces its roots back to Google’s development
  of Borg in 2004, a Google internal system managing clusters and applications. In
  2014, Google introduced Kubernetes, an open-source platform based on Borg’s principles,
  gaining rapid popularity for automating containerized application deployment. In
  2015, Google  […]
url: https://canonical.com/blog/how-to-use-ubuntu-in-gke-on-nodes-and-in-containers?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Hugo Huang](https://canonical.com/blog/author/hugohuangtao "More about Hugo Huang")

5 December 2023

# How to use Ubuntu in GKE on nodes and in containers

[containers](https://canonical.com/blog/tag/containers)
[Google Cloud](https://canonical.com/blog/tag/google-cloud)
[Google Kubernetes Engine](https://canonical.com/blog/tag/google-kubernetes-engine)
[kubernetes](https://canonical.com/blog/tag/kubernetes)

---

Share the article

Google Kubernetes Engine (GKE) traces its roots back to Google’s development of Borg in 2004, a Google internal system managing clusters and applications. In 2014, Google introduced Kubernetes, an open-source platform based on Borg’s principles, gaining rapid popularity for automating containerized application deployment. In 2015, Google launched GKE, a managed Kubernetes service on Google Cloud Platform (GCP), streamlining infrastructure management for users. Over the years, GKE saw substantial growth, introducing Autopilot mode in 2017 and surpassing 2 million managed clusters by 2019. Throughout 2020 and 2021, GKE continued evolving with features like Workload Identity and Anthos Config Management, aiding in access management and configurations. In 2022, GKE maintained its status as a leading managed Kubernetes platform, introducing innovations like Anthos Service Mesh and Anthos Multi-Cluster Ingress. GKE’s trajectory underscores the significance of containerization and cloud-native tech, poised to further empower the development, deployment, and management of modern applications amidst growing industry adoption.

Ubuntu can be used as the base operating system for GKE nodes, and GKE can be used to deploy and manage containerized applications on Ubuntu nodes.

Here are some of the benefits of using Ubuntu and GKE together:

* Flexibility: Ubuntu can be used with a variety of Kubernetes distributions, so developing teams will have a standardized experience across multiple cloud, such as Azure Kubernetes Service (AKS) and Amazon EKS.
* Secure. Timely updates and patches, building on Ubuntu’s security track record.
* Stable. Long-term support with a consistent, predictable lifecycle and support commitment. Each GKE version has a customized version of Ubuntu that support its latest features.
* Seamless. Developer-friendly, smooth experience from development to production.
* Small. Ultra-small, resource-efficient, yet robust images with [chiselled (distroless) Ubuntu](https://ubuntu.com/containers/chiselled/dotnet).

Let’s go through the steps you need to deploy Ubuntu nodes in GKE.

1. In Google Cloud Console, locate Kubernetes Engine:

2. In “Clusters”, click CREATE:
3. Choose “Standard: You manage your cluster” in the pop-up window:
4. In the left of the console, click “default-pool”:
5. Click “Nodes”:
6. Find “Ubuntu with containerd (ubuntu\_containerd)” in “Image type” drop-down menu:
7. Choose “Ubuntu with containerd (ubuntu\_containerd)” and Click “CREATE” at the bottom:
8. Once the cluster is running, you can check “OS image” in the “Node details”:

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Canonical announces optimized Ubuntu images for TPU virtual machines by Google Cloud](https://canonical.com/blog/canonical-announces-optimized-ubuntu-images-for-tpu-virtual-machines-by-google-cloud)

Canonical and Google Cloud announced the availability of certified Ubuntu images for Google’s Cloud TPU Virtual Machines.

[Hugo Huang](https://canonical.com/blog/author/hugohuangtao)

28 May 2026

[### Canonical partners with Snyk for scanning chiseled Ubuntu containers](https://canonical.com/blog/canonical-partners-with-snyk-for-scanning-chiseled-ubuntu-containers)

Canonical, the publisher of Ubuntu, is pleased to announce a new partnership with developer-focused cybersecurity company Snyk. Snyk Container, Snyk’s container security...

[Canonical](https://canonical.com/blog/author/canonical)

20 March 2026

[### How to set up a micro lab: four principles for a reliable homelab](https://canonical.com/blog/how-to-set-up-a-reliable-homelab)

After over a decade of running a homelab, I have learned a few difficult lessons. Although it begins as a “lab,” you inevitably end up with something you want to keep. If a...

[Jake Nabasny](https://canonical.com/blog/author/slapcat)

17 March 2026

[### Deploy your Spring Boot application to production](https://canonical.com/blog/deploy-spring-application-to-production)

In this article we walk through the steps required to deploy a Spring Boot application to production using Juju and Kubernetes. The goal is to showcase the integration of the...

[Javier de la Puente](https://canonical.com/blog/author/javierdelapuente)

13 January 2026
