Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Immutable servers. If something breaks, just fix the docker image and redeploy.
-
@windlessuser And need a clean test environment? Spin it up again! Docker docker docker!
-
aaxa24267y@windlessuser Be careful not to put docker on a pedestal.
For managing large systems with a lot of servers, Chef or Saltstack are much better options. -
@windlessuser kubernetes manages the containers(docker), especially in case is scalability and fail overs it is good. Also testing nightly and new release without downtime. If you do all these with docker you will write more code than kubernetes!
Related Rants
This week was my Boss's wedding,
So had most of the week off.
Took the free time to solidify my understanding of Docker.
Last night, I was finally able to Dockerize our whole architecture.
Deployed it today morning. Running without hiccups till now :')
Feeling amazing.
rant
happy
docker
feels good
devops