Do you want an L4 load-balancer (Service) or L7 (Ingress) ? It makes a big difference.
In short, you just need to write a controller program that watches the kube API and programs your LB infra. That's all we do in the CloudProvider module. :) On Thu, Mar 23, 2017 at 2:42 AM, <[email protected]> wrote: > Team , want to know that if I write an ingress controller of my own to > provision my Loadbalancer , does it has to be only in go language to be > pushed to kubernetes as patch as i see most of the ingress controllers are > written in go languagae > > -- > You received this message because you are subscribed to the Google Groups > "Kubernetes user discussion and Q&A" 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/kubernetes-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" 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/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
