Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 746 Bytes

supported-kubernetes-container-runtimes.md

File metadata and controls

16 lines (10 loc) · 746 Bytes

Supported Kubernetes Container Runtimes

Category: Kubernetes

Supported container runtimes in Kubernetes include:

In Azure AKS, the default container runtime is containerd and is supported on both Linux and Windows worker nodes.

In Amazon EKS, the default container runtime is containerd and is supported on both Linux and Windows worker nodes.

Note: Containerd has a smaller scope compared to the Docker runtime which helps improve security and pod startup latency. It also frees up additional CPU and memory for use by applications.