【问题标题】:We have a kops based k8s cluster running on AWS with deployments using EFS as Persistent Volume; Now we would to migrate to EKS with PVC Deployments我们有一个基于 kops 的 k8s 集群在 AWS 上运行,部署使用 EFS 作为持久卷;现在我们将使用 PVC 部署迁移到 EKS
【发布时间】:2021-07-13 22:52:30
【问题描述】:

我们有一个基于 kops 的 k8s 集群在 AWS 上运行,部署使用 EFS 作为持久卷;现在我们将通过 PVC 部署迁移到 EKS

有人可以帮助我将使用 Persistent Volume 声明的部署迁移到 AWS 中的 EKS 集群。

【问题讨论】:

    标签: amazon-web-services kubernetes amazon-eks persistent-volumes kops


    【解决方案1】:

    您不能移动 PersistentVolumeClaims 到另一个集群,您需要在新集群中重新创建它们。您需要备份数据并从新集群中的备份中恢复。

    【讨论】:

      猜你喜欢
      • 2021-12-11
      • 2019-06-03
      • 2020-08-29
      • 2019-06-02
      • 1970-01-01
      • 1970-01-01
      • 2020-08-10
      • 2020-08-09
      • 2022-08-09
      相关资源
      最近更新 更多