简体   繁体   English

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

[英]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

We have a kops based k8s cluster running on AWS with deployments using EFS as Persistent Volume;我们有一个在 AWS 上运行的基于 kops 的 k8s 集群,使用 EFS 作为持久卷进行部署; Now we would to migrate to EKS with PVC Deployments现在我们将使用 PVC 部署迁移到 EKS

could some one help me in migrating deployments using Persistent Volume claims to EKS cluster in AWS.有人可以帮助我将使用 Persistent Volume 声明的部署迁移到 AWS 中的 EKS 集群。

You can not move PersistentVolumeClaims to another cluster, you need to re-create them in the new cluster.您不能PersistentVolumeClaims移动到另一个集群,您需要在新集群中重新创建它们。 You need to backup the data and restore from backup in the new cluster.您需要备份数据并从新集群中的备份中恢复。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们可以使用 kops 将配置为在多节点 AWS EC2 K8s 集群上运行的应用程序运行到本地 kubernetes 集群(使用 kubeadm)吗? - Can we run an application that is configured to run on multi-node AWS EC2 K8s cluster using kops into local kubernetes cluster (using kubeadm)? 将 JupyterHub 应用程序状态迁移到新的 k8s 集群? (AWS EKS) - Migrate JupyterHub app state to new k8s cluster? (AWS EKS) K8S无法将AWS EBS挂载为Pod的持久卷 - K8S Unable to mount AWS EBS as a persistent volume for pod 是否可以在本地 K8s 集群上拥有 AWS EBS 持久卷? - Is it possible to have AWS EBS persistent volumes on an on-prem K8s cluster? 如何将 EFS 卷挂载到在 AWS ubuntu18 实例上运行的 kubernetes 集群作为持久卷? - How can I mount an EFS volume to a kubernetes cluster running on AWS ubuntu18 instances as Persistent Volume? 如何在kops在AWS上安装的k8s集群中使用alb-ingress-controller? - How to use alb-ingress-controller in k8s cluster which installed by kops on AWS? 使外部DNS与Kops AWS 1.7 K8s集群中的入口对象一起使用 - Getting External-DNS to work with Ingress Objects in Kops AWS 1.7 K8s Cluster 如何为kops在AWS上安装的k8集群自动定标器? - How to do cluster autoscaler for k8s which installed by kops on AWS? 通过使用kops创建的AWS群集上的入口使k8s服务可用 - Make k8s services available via ingress on an AWS cluster created with kops 使用持久卷管理 K8s 中的卷回滚 - Managing volume rollbacks in K8s using persistent volumes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM