youtube image
From YouTube: Capacity-aware Dynamic Volume Provisioning For LVM-based Local Storage - Satoru Takeuchi, Cybozu

Description

Don't miss out! Join us at our upcoming event: KubeCon + CloudNativeCon Europe in Amsterdam, The Netherlands from 18 - 21 April, 2023. Learn more at https://kubecon.io The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

Capacity-aware Dynamic Volume Provisioning For LVM-based Local Storage - Satoru Takeuchi, Cybozu

This presentation introduces a CSI plugin named TopoLVM, which supports capacity-aware dynamic provisioning for LVM-based local storage.

Kubernetes applications usually use network storage to run their pods in arbitrary nodes. However, there are some cases where local storage is better than network storage (e.g., users prefer performance and/or cost-efficiency). TopoLVM is created to use local storage as conveniently as possible.

Satoru will show what kind of features TopoLVM supports:

- Dynamic volume provisioning
- Topology-aware pod scheduling
- Volume resizing
- Thin-provisioning

In addition, he will also introduce how to use TopoLVM and how it works.