Conference: Jun 13-15, 2016
Tutorials: Jun 16-17, 2016
Presentation: Easier, Better, Faster, Safer Deployment with Docker and Immutable Containers
Location:
- Salon A/B
Day of week:
- Friday
The "immutable servers" concept is a new approach to deployment. Instead of upgrading your servers, replace them with new ones. Likewise, instead of updating the code running on those servers, deploy it from scratch on new servers, and throw the old ones away.
Sounds extreme? In a world of physical machines, probably. But when your servers are virtual machines that can be deployed in minutes, or containers that can be deployed in seconds, this pattern becomes possible, and even relatively easy to implement.
What's the point? Immutable servers give us:
- Fast, reliable rollbacks, since you can always revert a deployment by restarting the old servers;
- Easy A/B testing, since you can run old and new versions side by side easily, and compare their behavior;
- Security, since each deployment will use an up-to-date base system.
In this talk, we will explain in detail the advantages of immutable servers, then explain how to implement them with containers in general, and Docker in particular.
Jérôme Petazzoni Elsewhere
Similar Talks
Tracks
Wednesday Jun 10
-
Applied Data Science and Machine Learning
Putting your data to use. The latest production methods for deriving novel insights
-
Engineer Your Culture
Building and scaling a compelling engineering culture
-
Modern Advances in Java Technology
Tips, techniques and technologies at the cutting edge of modern Java
-
Monoliths to Microservices
How to evolve beyond a monolithic system -- successful migration and implementation stories
-
The Art of Software Design
Software Arch as a craft, scenario based examples and general guidance
-
Sponsored Solutions Track I
Thursday Jun 11
-
Emerging Technologies in Front-end Development
The state of the art in client-side web development
-
Fraud Detection and Hack Prevention
Businesses are built around trust in systems and data. Securing systems and fighting fraud throughout the data in them.
-
Reactive Architecture Tactics
The how of the Reactive movement: Release It! techniques, Rx, Failure Concepts, Throughput, Availability
-
Architecting for Failure
War stories and lessons learned from building highly robust and resilient systems
-
High Performance Streaming Data
Scalable architectures and high-performance frameworks for immediate data over persistent connections
-
Sponsored Solutions Track II
Friday Jun 12
-
Architectures You've Always Wondered about
Learn from the architectures powering some of the most popular applications and sites
-
Continuously Deploying Containers in Production
Production ready patterns for growing containerization in your environment
-
Mobile and IoT at Scale
Users, Usage and Microservices
-
Modern Computer Science in the Real World
How modern CS tackles problems in the real world
-
Optimizing Yourself
Maximizing your impact as an engineer, as a leader, and as a person
-
Sponsored Solutions Track III