Overview

The basics of Virtual Kubelet

Virtual Kubelet is an implementation of the Kubernetes kubelet that masquerades as a kubelet for the purpose of connecting a Kubernetes cluster to other APIs. This allows Kubernetes Nodes to be backed by other services, such as serverless container platforms.

Providers

Virtual Kubelet supports a variety of providers:

Admiralty Multi-Cluster SchedulerDocsGoDoc
Alibaba Cloud Elastic Container Instance (ECI)DocsGoDoc
AWS FargateDocsGoDoc
Azure BatchDocsGoDoc
Azure Container Instances (ACI)DocsGoDoc
Elotl KipDocsGoDoc
Kubernetes Container Runtime Interface (CRI)DocsGoDoc
Huawei Cloud Container Instance (CCI)DocsGoDoc
HashiCorp NomadDocsGoDoc
LiqoDocsGoDoc
OpenStack ZunDocsGoDoc
Tencent Games Tensile KubeDocsGoDoc
StackPath Edge ComputeDocsGoDoc

You can also add your own provider.



© 2024 The Virtual Kubelet authors

Overview