Is docker web-scale?

Overview

Teaching: 10 min
Exercises: 0 min
Questions
  • How much of what I have told you is wrong?

Objectives
  • Start considering the changes required to horizontally scale docker applications in the cloud

All of the examples in this workshop have been designed for a single Docker host where one person is in charge. This is fine for a developer’s system, or on a very limited production system, but this doesn’t scale up.

A few examples:

Many of these issues will become apparent when you start doing advanced work with devspace.

Advanced orchestration in production:

The dark side…

Key Points

  • Scaling Docker in production is complicated