Hacker News new | ask | show | jobs
by meddlepal 1941 days ago
What's the use case for something like "VMWare on Google Compute" is it just a API shim to translate VMWare API calls to GCE for companies that are trying to lift and shift to the cloud?
4 comments

We use it, I'm not on the team that uses it. Basically a lift and shift of our backup data center which came with all sorts of improvements. It's quite a bit more expensive, the projects that it runs in cost more than the rest of our cloud costs in total. But the man hours we've done to set up those other cloud systems (Terraform) are much more costly.
It's a full managed (bare metal) VMware environment. Basically you get a dedicated cluster of vSphere hosts, with VSAN storage.

Some use cases are: migrating to cloud (for all kinds of reasons, like not wanting to invest in own datacenters and HW anymore) without having to refactor applications, hybrid applications where the front end lives in Google Cloud but the backend requires a more 'traditional' environment, using the cloud for DR, ...

Similar offerings exist at other hyperscalers:

* Amazon: VMware Cloud on AWS - https://cloud.vmware.com/vmc-aws

* Azure: Azure VMware Solution - https://cloud.vmware.com/azure-vmware-solution

* IBM: IBM Cloud for VMware Solutions - https://cloud.vmware.com/ibm-cloud

* Oracle: Oracle Cloud VMware Solution https://cloud.vmware.com/oracle-cloud

* Alicloud: Alibaba Cloud VMware Solution https://www.alibabacloud.com/press-room/vmware-based-cloud-t...

[Disclaimer: I work at VMware]

GCVE is not an API shim, it's an actual VMWare environment. And yes, it's mainly used for lift and shift.
Yeah. Pretty much.