Kubernetes CRI 是谁提供的?Docker vs. Kubernetes
Kubernetes (k8s) 的 Container Runtime Interface (CRI) 是由 Kubernetes 社区提供的,它定义了 Kubernetes 和容器运行时之间的接口规范,使得 Kubernetes 可以与各种容器运行时进行交互和管理容器。Docker 也提供了一个 CRI 实现,称为 Docker CRI,但它是作为 Kubernetes 的一个插件使用的,而不是由 Kubernetes 官方提供的。因此,可以说 Kubernetes 的 CRI 是由 Kubernetes 提供的,而 Docker CRI 是 Docker 提供的。
原文地址: https://www.cveoy.top/t/topic/lxVx 著作权归作者所有。请勿转载和采集!