At this point virtualization is legacy technology.
Man, I’d love to believe that - and please Lemmy, prove me wrong, but virtualization, especially commercial products like VMware have one huge advantage over things like kubernetes - it’s effectively plug and play and has full support available.
- Boot off this esxi iso
- Deploy this VCSA OVA
- Have vCenter auto config VSAN
- Deploy fully ha/Drs managed VMs
I would kill for a similar experience with kubes - something that I cannot for the life of me get to work in my homelab given the myriad of walkthrough in various states of accuracy.
thesmokingman@programming.dev 8 months ago
Wait what
AWS, GCP, and Azure run on virtualization. Do you think all these cloud providers are providing everyone bare metal? This doesn’t include containerization which is a subset of virtualization. Your average shop might not run virtualization directly unless of course your team touches VirtualBox or Vagrant or qemu or (probably shouldn’t) HyperV.
Either your understanding of virtualization is very lacking or you didn’t explain your point very well. I am really curious what you meant.
cyberpunk007@lemmy.ca 8 months ago
Yeah, virtualization is definitely not “legacy technology” 😂
muddybulldog@lemmy.world 8 months ago
Virtualization, as a commercial product pointed at businesses, is a legacy product.
Of course large providers are utilizing virtualization, containerization and an abundance of similar technologies. However, they’re not generally using VMware to do it.
I spoke in the context of OPs question.
QuaternionsRock@lemmy.world 8 months ago
What makes you say “probably shouldn’t”? WSL use is widespread at this point
thesmokingman@programming.dev 8 months ago
WSL is also shit for any kind of containerization and HyperV fucks up everything else. If you’re not doing any DevOps/SRE stuff WSL 2.0 is fine provided you don’t mix the filesystems. I have been so frustrated with their claims on release for 1.0 and 2.0 that I haven’t evaluated the recent systemd release for WSL. I provision WSL for people that don’t know why they should care and Linux VMs for people that need to work with CI tooling.
In general if you use a Microsoft tool you have to use the Microsoft ecosystem. Sometimes that’s not a huge deal, eg VS Code just adds a ton of telemetry and GitHub reads all your public code. Sometimes it’s a huge deal, eg you want to do literally anything beyond Docker Desktop defaults in the container world.
AA5B@lemmy.world 8 months ago
Maybe a better term is “commodity” technology. Rather than a thing by itself where one company is much better, now it’s everywhere, mostly good enough. It’s not going anywhere but I wouldn’t run a business on it alone
billwashere@lemmy.world 8 months ago
Yes commodity is a much better term here. It is a mature and fairly ubiquitous technology at this point.
thesmokingman@programming.dev 8 months ago
I think that’s a fair point. Trying to build a new virtualization company today would have huge initial investment and a steep path to the companies that run their data centers.