Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Docker Saigon - Docker in Big Company

Docker Saigon - Docker in Big Company

An interesting presentation from Ivan Kirichenko sharing his experience using Docker at a large scale company!

Docker Saigon

March 09, 2016
Tweet

Other Decks in Technology

Transcript

  1. initial setup - webserver - auxiliary libraries: image conversion, etc

    - applications: frontend, backend - cache systems - search engine
  2. encapsulate dependencies - team of developers is responsible for image

    build - easy setup of local environment or multiple environments
  3. encapsulate dependencies - team of developers is responsible for image

    build - easy setup of local environment or multiple environments
  4. think more abstract - one cloud is easier to put

    into DevOps’ head than swarm of servers - benefits of cloud architecture: autoscaling out of the box, better utilization of servers, etc - again, fancy UI to control them all :) https:// shipyard-project.com/
  5. nothing is perfect - docker networking layer needs to be

    improved in order to sustain high traffic load: `--net=host` - problems with starting / stopping containers and other issues: https://github.com/docker/docker/ issues?page=2&q=is%3Aissue+is%3Aopen+label %3Akind%2Fbug - Docker Swarm SDN gives too big network latency in high load