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

Containing Atlassian

Containing Atlassian

David McKay

October 26, 2016
Tweet

More Decks by David McKay

Other Decks in Technology

Transcript

  1. Docker OK; I’m Serial Now • Industry Leader • Always

    Evolving • Proven at Scale • Tooling for all environments • OCI / runC • Official Images
  2. Docker Images $ docker images REPOSITORY TAG IMAGE ID CREATED

    SIZE elixir 1.3 b80c8e9d71f9 3 weeks ago 758.7 MB acme/jira 7.0 e552540688e1 4 weeks ago 224.4 MB alpine 3.4 ee4603260daa 4 weeks ago 4.803 MB
  3. Creating Services $ docker service create --name crowd acme/crowd:2.10 $

    docker service create --name jira acme/jira:7.0 $ docker service create --name confl.. acme/confluence:5.10
  4. Scaling the Persistence NFS / Fuse mount on all nodes

    Feeling fancy? Check out CernVM-FS!
  5. With the Atlassian Suite You can deal with it, as

    most writes to the disk are simply cache! Except BitBucket