问题标签 [gce-persistent-disk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kubernetes - 如何将 VM 数据从磁盘迁移到 Kubernetes 集群
如何将 VM 数据从磁盘迁移到 Kubernetes 集群?
我有一个虚拟机,上面挂载了三个磁盘,每个磁盘都有需要迁移到 Kubernetes 集群的数据,以附加到 statefulset 中的数据库服务。
这个链接https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/preexisting-pd确实给了我方法。但是不知道如何使用它或使用 statefulsets 实现它,以便一个特定的数据库资源(如 Postgres)能够使用相同的 PV(从这些 GCE 永久磁盘之一创建)并为新副本创建多个 PVC。
我描述的场景可以实现吗?如果是,如何实施?