The container operator’s manual
- good for
- good for reproducing perfectly certain environments
- good for stateless apps
- good for test environments because they’re easy to clean up after
- good for upgrades <-very easy to do
- bad for stateful apps … don’t containerize your database <-this is hard
- you’re not google
- don’t
- takes longer than you’d expect … containerization is hard
- give it to ops … LOL! they already do deployment && config management && incident response && monitoring && infrastructure management && security … why not give the container project to them