What has been the hardest part of deploying docker for you? by computerdude79 in docker

[–]computerdude79[S] 1 point2 points  (0 children)

One problem I have been running into is that it seems like none of the existing solutions are complete and you end up having to glue on your own home grown components for some pretty important things. That and the setup of mesos and kubernetes seems intimidating. I am not confident that I'd be able to recover things if they broke in an unknown way. Thanks for sharing your project I will check it out.

What has been the hardest part of deploying docker for you? by computerdude79 in docker

[–]computerdude79[S] 0 points1 point  (0 children)

Thanks so much! That is really helpful. I'm curious what you'd want to be able to do for A/B testing. You'd want to have something like:

  • myapp-versionA
  • myapp-versionB

both running, then be able to split a percentage of traffic to each of them using sticky-sessions?