Overview
This document describes how PersistentVolumeClaims (PVCs) work in Ubicloud Managed Kubernetes, including usage, limitations and behavior during failures. All Ubicloud Kubernetes nodes include bundled local NVMe storage. Persistent volumes are supported in preview via the UbiCSI implementation using the local NVMe storage. Generic ephemeral volumes are also available for temporary storage tied to pod lifecycles.Quickstart
For a quickstart example, we will install prometheus-stack using its helm chart.Limitations and Considerations
- UbiCSI is in preview, so features and behavior may evolve over time.
- PVCs are limited to 10 GB by default to ensure reliable data migration and avoid network strain. Larger volumes can be requested via [email protected].
- Data is stored locally and not replicated. If a node is permanently lost due to critical hardware failure, any data on that node is also lost.
- Volume Expansion is not supported yet.
ubicsi namespace to separate them from other workloads. The source code for UbiCSI is available in Ubicloud repository.