Settings

Theme

Pet Containers: You’re Not Doing It Wrong

blog.cloudworldseries.com

16 points by steilpass 9 years ago · 2 comments

Reader

tzaman 9 years ago

I strongly disagree with this.

Pet usually means there's a whole lot going on the server (or the container, for that matter), and you need more tools in order to maintain whatever that is. PostgreSQL for example. In order to run it "properly", you need to manually set up replication, backups, failover scenarios, monitoring, logging, etc,... And most containers are kept simple so they only run one process (or very few of them) - and they often come with very little extra libraries installed, which makes any kind of advanced setup much harder.

Pet containers are stateful, and that state is often data. Data that is crucial to your business. I wouldn't trust a container to handle it, it's just too dumb (by design, I guess?)

vorotato 9 years ago

yes you are, and so is the author.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection