Just curious, why do you want at least 1000 virtual machines? I can understand wanting to run a lot of containers, and perhaps having enough virtual machines to guarantee anti-affinity of pods in the same replication controller, and/or being able to have several isolation pools to keep groups of workloads separate, e.g. for some form of multi-tenancy, or to separate dev from prod for instance. But why the focus on high VMs? What if you had 999 master nodes in an HA configuration, and 1 worker node, does that solve your needs (of course it doesn't, I'm just trying to tease out the underlying problem you're trying to solve)?
On Wed, Jul 20, 2016 at 11:33 PM, Juho Mäkinen <[email protected]> wrote: > I'm evaluating Kubernetes and I'm struggling on finding out any good > examples and solutions how Kubernetes can be deployed into AWS so that the > cluster has at least 1000 virtual machines. > > I have been reading on pretty much all of the suggested networking layers: > flanner, weave, calico and a few others, but they all have some limitations > which I'm worried about: Either their performance is sub-optimal, they > suggest using AWS RouteTables (limits the instance count to 50-100), or > they have some other limitations which feels are too restrictive when I'm > aiming for over 1000 virtual machines. > > I'd like to hear some success stories from other users how they have built > big Kubernetes installations. > > - Garo > > -- > 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. > -- 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.
