14: Deploying apps with Docker Stacks
Deploying and managing cloud-native microservices applications comprising lots of small integrated services at scale is hard.
Fortunately, Docker Stacks are here to help. They simplify application management by providing; desired state, rolling updates, simple, scaling operations, health checks, and more! All wrapped in a nice declarative model. Love it!
Donât worry if these buzzwords are new to you or sound complicated, youâll understand them all by the end of the chapter.
Weâll split this chapter into the usual three parts:
- The TLDR
- The deep dive
- The commands
Deploying apps with Docker Stacks - The TLDR
Testing and deploying simple apps on your laptop is easy, but thatâs for amateurs. Deploying ...
Get Docker Deep Dive now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.