|
|
|
|
|
by Pannoniae
60 days ago
|
|
It's better, but it's still quite bloated, to be honest. Linux is generally more memory-hungry than Windows because of how modular it is, and having no Win32 equivalent really hurts. Although they've started doing UI in React Native over there too... Qt is much lighter than your Chromium-based stacks but all the waste kind of adds up. "just as nothing requires providing your app as a full-fat Fedora install when a distroless container would have sufficed"
Containers are hungrier than running stuff on bare metal... |
|
> Containers are hungrier than running stuff on bare metal...
Containers are tremendously lightweight compared to VM. You might as well point out that running a full multiuser security-protected OS like Linux is hungrier than running on bare metal with DOS too. It's just as true, and even proportionally as true.
In any event a full Fedora container with all packages installed is going to be tremendously larger than a distroless hello-world "built" around Alpine, for instance, even though they both use container technologies. Same applies to Web technologies, you can certainly go and easily add a lot of waste using them but they are not themselves inherently wasteful.