Docker Orchestration

http://gotocon.com/berlin-2015/presentation/The%20Age%20of%20Orchestration:%20from%20Docker%20Basics%20to%20Cluster%20Management

 

@durdn

 

  • Wins:
    • scale horizontally
    • parallalization
    • seperation of customer data
    • resource control
  • Orchestration
    • kubernetes
      • Google, production ready
    • Mesos
      • Open Source, Twitter
      • Discovery: ZooKeeper
    • Dockers Orchestration Tools
      • Docker machine
        • https://docs.docker.com/machine/
        • Docker Machine allows you to provision Docker on virtual machines that reside either on your local system or on a cloud provider. 
        • tryout & testing: digitalocean
        • determine ip-adress: "docker-machine ls"
      • Docker compose
        • now multi-host-aware
      • Docker swarm
      • Docker network

 

 

Questions:

  • how to do scaling?

 

Ideas:

  • talk to PI
    • Kubernetes & Mesos
  • tryout & testing: digitalocean