首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

openstack Migration[通俗易懂]

Migration allows an administrator to move a virtual machine instance from one compute host to another. 迁移允许管理员能够将虚拟机实例从一台计算主机移动到另一台。 This feature is useful when a compute host requires maintenance. 当一台计算主机需要维护时此功能非常有用。 Migration can also be useful to redistribute the load when many VM instances are running on a specific physical machine. 当为运行着多个虚拟机实例的物理机重新分配负载时迁移也是有用的。 There are two types of migration: 有两种类型的迁移 Migration (or non-live migration): In this case the instance will be shut down (and the instance will know that it has been rebooted) for a period of time in order to be moved to another hypervisor. 迁移(或非实时迁移):在这种情况下,该虚拟机实例将会在一段时间内被关闭,移到另一台机器上后再重启 Live migration (or true live migration): Almost no instance downtime, it is useful when the instances must be kept running during the migration. 实时迁移:几乎没有实例宕机,当实例必须保持在迁移过程中处于运行状态时它是有用的。 There are two types of live migration: 有两种类型的实时迁移 Shared storage based live migration: In this case both hypervisors have access to a shared storage. 基于共享存储的实时迁移:在这种情况下,两个虚拟机管理程序可以访问共享存储。 Block live migration: for this type of migration, no shared storage is required. 块实时迁移:对于这种类型的迁移,无共享存储是必需的。 The following sections describe how to configure your hosts and compute nodes for migrations using the KVM and XenServer hypervisors. 以下描述如何在主机节点和计算节点上配置KVM和XenServer虚拟机管理程序的迁移。 KVM-Libvirt Prerequisites 先决条件 Hypervisor: KVM with libvirt

01

通过Rancher部署并扩容Kubernetes集群

持续跟踪研究Kubernetes也有一段时间了,Kubernetes作为谷歌开源的生产级别的容器调度系统从开源初始便获得了众多的关注。一些有研发实力的公司调研过Kubernetes的设计理念以及应用场景后很快就组织研发人员结合Kubernetes开发出符合自身业务发展的容器管理平台,也有一些公司基于Kubernetes开发公有容器云平台对外提供服务。但是对于一些小型团队对Kubernetes还是保持观望态度并适当做些测试。对比与mesos,kubernetes目前缺少一个像DC/OS这样一个完整的容器管理平台。手动部署过Kubernetes的朋友一定有所感触,Kubernetes手动部署真是相当麻烦。使用kubeadm可以快速部署kubernetes集群,但是官方不建议在生产环境使用。如果想快速方便的部署一套生产环境的kubernetes集群并有用类似DC/OS的功能,rancher是个不错的选择。

04
领券