VMWare is far easier solution for normal enterprises than K8s. K8s more suited for having many small VMs that can be quickly deleted and recreated i.e modern microservice architecture. vSphere & friends is more targeted for running very large database, oriented application that need high uptime and are very long lived. VMWare can live migrate a running OS between physical hosts so that you can have continuous uptime. VMWare works with any OS so it's especially used by any Microsoft based orgs which the majority of hospitals, schools, government offices are.If you are deploying enterprise apps from the 1990-2000s you use vSphere, if you are building your own SaaS product then you use K8s.
No comments yet.