Description

How to setup k3s cluster and test containerd runtime ( on GCP )

AuthorFullName__c
Paul Pan
articleNumber
000005081
ft:sourceType
Salesforce
FirstPublishedDate
2021-06-29T19:43:44Z
lastModifiedDate
2023-01-22T11:08:15Z
VersionNumber
4

This article teaches you how to set up a k3s cluster on gcp. K3s is a lightweight version of k8s and uses containerd as CRI runtime.

containerd is the new standard container runtime for Kubernetes. It supports Docker images as is. So nothing need to be changed, but if you ever need to tested the runtime, you can easily do it on GCP.