VDO 是 Kubernetes

VDO on Kubernetes

是否可以在 Kubernetes 上使用 VDO(使用 Docker 个容器)?

据我所知,块设备是可挂载的——这里的问题(我认为)是将 VDO 模块加载到 Docker 容器中。我认为不可能在 Docker 容器中执行此操作,因此责任在于主机。

正确,Kubernetes but you can always manage your VDO modules and volumes at the host level. For example, mount the volumes under /mnt/vdo0 and then use them in a container with the HostPath 卷选项不直接支持它。

例如,您还可以指定一个 VDO 卷作为您 docker daemon 的主要图形目录,其中包含类似 /usr/bin/dockerd -g /mnt/vdo0 的内容,这将使您的图像和非外部卷容器存储存储在该目录中。