I think on gce or gke, you can do this easily. It doesn't use flannel, etc (you can, but is not the default). It uses the Google equivalent of aws vpc, so I guess it doesn't have those limits aws has. In fact, a 1000/2000 vms cluster is used for several blog postson gke and it works just fine.
The aws vpc has the limit, but I'm sure flannel will be an issue. The coreos guys use that, so I'dbe really surprised if it was an issue on a 1000 vms cluster. So, on gce or gke it should just work. And in aws, it probably should just work if you use coreos, at least. And you can easily install coreos with kube-aws, a tool coreos created. On Thursday, July 21, 2016, 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] > <javascript:_e(%7B%7D,'cvml','google-containers%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[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.
