On Mon, Jun 20, 2016 at 9:07 AM, Mike Mitterer <[email protected]> wrote: > I don't get it why there is no better support for docker-compose. All the > hassles with Kubernetes with its complex configuration whereas DC is so > easy. With DC you have a running system within minutes. With Kubernetes you > have to ready x pages of documentation to bring up a few pods.
Sure, but Kubernetes is not built to run "a few pods". This is a special case that, currently, is about as complex as the general case (1000s of pods across 100s of nodes). Docker Compose solves a completely different scale of problem, and therefore is much less complex to begin with – because its general case is a much smaller one. An easier local setup would be nice to have, and is being worked on, but the focus is elsewhere I'm afraid. /MR -- Matthias Rampke Engineer SoundCloud Ltd. | Rheinsberger Str. 76/77, 10115 Berlin, Germany | +49 173 6395215 Managing Director: Alexander Ljung | Incorporated in England & Wales with Company No. 6343600 | Local Branch Office | AG Charlottenburg | HRB 110657B -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
