Comment on Best way to host Nextcloud with Collabora Office?
u_tamtam@programming.dev 5 months agoI don’t think containers are bad, nor that the performance lost in abstractions really is significant. I just think that running multiple services on a physical machine is a delicate balancing act that requires knowledge of what’s truly going on, and careful sharing of resources, sometimes across containers. By the time you’ve reached that point (and know what every container does and how its services are set-up), you’ve defeated the main reason why many people use containers in the first place (just to fire and forget black boxes that just work, mostly), and only added layers of tooling and complexity between yourself and what’s going on.
anytimesoon@feddit.uk 5 months ago
I think you’re missing an important aspect to containers and that is being able to easily define your infrastructure as code.
That makes server migrations a breeze
u_tamtam@programming.dev 5 months ago
That’s… a tool in the bucket for that. But I’m not really sure that’s the point here?