Y
Hacker News
new
|
ask
|
show
|
jobs
by
dgb23
1546 days ago
You don't necessarily need containers for that though?
2 comments
edmcnulty101
1544 days ago
Containers offer a lot of advantages, portability, IaC, OS abstraction, common predictable environments, etc.
I personally like them a lot but it's definitely not the only way to do things.
link
happymellon
1546 days ago
The alternative would be hosted functions, like lambda, which is just running in someone else's containers.
link
I personally like them a lot but it's definitely not the only way to do things.