Does Google Cloud services support nested virtual machines?

£可爱£侵袭症+ 提交于 2019-12-22 10:37:07

问题


I'm trying to configure an application to run on Google Cloud. I was able to start a VM running Windows 2008 Server (64bit) and install VMWare Player inside it. Then I tried to install and boot a second VM within VMWare Player, and Windows crashed.

So, my question is, does Google Cloud support "nesting" VMs in this fashion?

In case it matters, the "inner" VM's operating system was Linux (also 64-bit).


回答1:


You cannot run Virtual Machine inside the GCE VM, as Virtualization is not enabled in any of the machines which are created under GCE. Currently Google doesn't have this functionality in its VMs.

Even if you tried to enable the Hyper-V in the Windows Sever GCE instance it will not allow you to do this because the processor should support the version of hardware assisted Virtualization.

I would suggest to create another Linux VM on Google Cloud Services, if you still need another machine.




回答2:


Nested support in GCE is now in Beta (as of September 2017):

Documentation: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances

Blog posting: https://cloudplatform.googleblog.com/2017/09/introducing-nested-virtualization-for.html

Disclosure: I work at Google on GCE.



来源:https://stackoverflow.com/questions/28970525/does-google-cloud-services-support-nested-virtual-machines

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!