-
IdeaI am working on some management scripts and I was wondering about the following scenario:
I want to manage Kubernetes Persistent Volumes as Proxmox/Qemu virtual disks. I have thought of the following workflow: Provisioning a Volume
WhyMy goal here is to treat PVs just like block devices on the public clouds: I want to be able to shift them around, and back them up via Proxmox Backup Server. Questions
|
Beta Was this translation helpful? Give feedback.
Answered by
smira
Dec 9, 2024
Replies: 1 comment
-
This sounds like e.g. https://github.com/sergelogvinov/proxmox-csi-plugin In general, google for 'Proxmox CSI'. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dsdole
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sounds like e.g. https://github.com/sergelogvinov/proxmox-csi-plugin
In general, google for 'Proxmox CSI'.