[-] Fenzik@lemmy.ml 0 points 1 year ago* (last edited 1 year ago)

It’s not NAS specific, it’s platform independent - that’s the whole point. You have an application you want to run, and you package it all up into a docker image which contains not only the application but it’s dependencies and their dependencies all the way down to the OS. That way you don’t need to worry about installing things (because the container already has the application installed), all you have to do is allocate some resources to the container and it’s guaranteed* to work

*nothing is ever as simple as it first appears

One area where this is really helpful is in horizontally scaling workloads like web servers. If you get a bunch more traffic, you just spin up a bunch more containers from your server image on whatever hardware you have laying around, and route some of the traffic to the new servers. All the servers are guaranteed to be the same so it doesn’t matter which one serves the request. This is the thing kubernetes is very good at.

Edit: see caveats below

[-] Fenzik@lemmy.ml 0 points 1 year ago

The practice of giving priority to the children of alumni

Wtf, that’s real?? I always thought it was just in frat bro movies.

view more: ‹ prev next ›

Fenzik

joined 1 year ago