Docs/reference implementation of external load balancer2019 Community Moderator ElectionWhat are the differences between a pointer variable and a reference variable in C++?How do I pass a variable by reference?Could not load file or assembly or one of its dependenciesWhen to use references vs. pointersCall a REST API in PHPHow to create application load balancer on aws for kubernetesload balance an external service in my kubernetes clusterAzure External Load Balancer and Kubernetes clusterClarify Ingress load balancerHow to integrate Kubernetes Service Type “LoadBalancer” with Specific Cloud Load Balancers

An inequality of matrix norm

Gravity magic - How does it work?

How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?

Official degrees of earth’s rotation per day

SOQL: Populate a Literal List in WHERE IN Clause

Can I use USB data pins as power source

Did Ender ever learn that he killed Stilson and/or Bonzo?

Professor being mistaken for a grad student

How to simplify this time periods definition interface?

Sailing the cryptic seas

Employee lack of ownership

A limit with limit zero everywhere must be zero somewhere

It's a yearly task, alright

What are substitutions for coconut in curry?

How do I hide Chekhov's Gun?

How big is a MODIS 250m pixel in reality?

Why one should not leave fingerprints on bulbs and plugs?

How to use of "the" before known matrices

A link redirect to http instead of https: how critical is it?

Welcoming 2019 Pi day: How to draw the letter π?

Can a druid choose the size of its wild shape beast?

Why doesn't using two cd commands in bash script execute the second command?

How to change two letters closest to a string and one letter immediately after a string using notepad++

Have researchers managed to "reverse time"? If so, what does that mean for physics?



Docs/reference implementation of external load balancer



2019 Community Moderator ElectionWhat are the differences between a pointer variable and a reference variable in C++?How do I pass a variable by reference?Could not load file or assembly or one of its dependenciesWhen to use references vs. pointersCall a REST API in PHPHow to create application load balancer on aws for kubernetesload balance an external service in my kubernetes clusterAzure External Load Balancer and Kubernetes clusterClarify Ingress load balancerHow to integrate Kubernetes Service Type “LoadBalancer” with Specific Cloud Load Balancers










0















Is there any API/docs or at least reference implementation of external load balancer for Kubernetes? All I could find is information how to use LB on kubernetes but I couldn't find any documentation for loadbalancer itself.
The only opensource implementation of LB I know is MetalLB but can it be treated as the "reference" one?










share|improve this question


























    0















    Is there any API/docs or at least reference implementation of external load balancer for Kubernetes? All I could find is information how to use LB on kubernetes but I couldn't find any documentation for loadbalancer itself.
    The only opensource implementation of LB I know is MetalLB but can it be treated as the "reference" one?










    share|improve this question
























      0












      0








      0








      Is there any API/docs or at least reference implementation of external load balancer for Kubernetes? All I could find is information how to use LB on kubernetes but I couldn't find any documentation for loadbalancer itself.
      The only opensource implementation of LB I know is MetalLB but can it be treated as the "reference" one?










      share|improve this question














      Is there any API/docs or at least reference implementation of external load balancer for Kubernetes? All I could find is information how to use LB on kubernetes but I couldn't find any documentation for loadbalancer itself.
      The only opensource implementation of LB I know is MetalLB but can it be treated as the "reference" one?







      api kubernetes reference documentation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 14:02









      RomenRomen

      438




      438






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Major Cloud providers have their own Load Balancers, because they deal with instances in a different way.



          Amazon Web Services has their own Load Balancer called Elastic Load Balancer.




          Elastic Load Balancing automatically distributes your incoming application traffic across multiple targets, such as EC2 instances. It monitors the health of registered targets and routes traffic only to the healthy targets. Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.




          Google Cloud Platform has their own Load Balancer.
          Which supports HTTP(S), TCP/SSL, SSL Offload, UDP, Stackdriver logging, Seamless Autoscaling, High Fidelity Health Checks, Affinity and Cloud CDN Intergration.




          Google Cloud Platform Load Balancing gives you the ability to distribute load-balanced compute resources in single or multiple regions, to meet your high availability requirements, to put your resources behind a single anycast IP and to scale your resources up or down with intelligent Autoscaling. Cloud Load Balancing is fully integrated with Cloud CDN for optimal content delivery.




          There is Metal LB as You mentioned, which is for Load Balancing on Bare Metal servers. It's Open Source and everyone can contribute via MetalLB GitHub.




          While MetalLB’s copyright is owned by Google, this is not an official Google project. The project doesn’t have any other form of corporate sponsorship, other than GCP credits generously provided by Google to run test infrastructure.



          The majority of code changes, as well as the overall direction of the project, is a personal endeavor of one person, working on MetalLB in their spare time.



          This means that, currently, support and new feature development is mostly at the mercy of one person’s availability and resources. You should set your expectations appropriately.



          If you would like to help improve this balance, contributions are very welcome! In addition to code contributions, donation of resources (hardware, cloud environments…) are also very welcome: the more different conditions we can test MetalLB in, the fewer bugs and regressions will be introduced!




          There seems to also be Heptio - Gimbal for Kubernetes and OpenStack, which I think is also Open Source.






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55045620%2fdocs-reference-implementation-of-external-load-balancer%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Major Cloud providers have their own Load Balancers, because they deal with instances in a different way.



            Amazon Web Services has their own Load Balancer called Elastic Load Balancer.




            Elastic Load Balancing automatically distributes your incoming application traffic across multiple targets, such as EC2 instances. It monitors the health of registered targets and routes traffic only to the healthy targets. Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.




            Google Cloud Platform has their own Load Balancer.
            Which supports HTTP(S), TCP/SSL, SSL Offload, UDP, Stackdriver logging, Seamless Autoscaling, High Fidelity Health Checks, Affinity and Cloud CDN Intergration.




            Google Cloud Platform Load Balancing gives you the ability to distribute load-balanced compute resources in single or multiple regions, to meet your high availability requirements, to put your resources behind a single anycast IP and to scale your resources up or down with intelligent Autoscaling. Cloud Load Balancing is fully integrated with Cloud CDN for optimal content delivery.




            There is Metal LB as You mentioned, which is for Load Balancing on Bare Metal servers. It's Open Source and everyone can contribute via MetalLB GitHub.




            While MetalLB’s copyright is owned by Google, this is not an official Google project. The project doesn’t have any other form of corporate sponsorship, other than GCP credits generously provided by Google to run test infrastructure.



            The majority of code changes, as well as the overall direction of the project, is a personal endeavor of one person, working on MetalLB in their spare time.



            This means that, currently, support and new feature development is mostly at the mercy of one person’s availability and resources. You should set your expectations appropriately.



            If you would like to help improve this balance, contributions are very welcome! In addition to code contributions, donation of resources (hardware, cloud environments…) are also very welcome: the more different conditions we can test MetalLB in, the fewer bugs and regressions will be introduced!




            There seems to also be Heptio - Gimbal for Kubernetes and OpenStack, which I think is also Open Source.






            share|improve this answer



























              1














              Major Cloud providers have their own Load Balancers, because they deal with instances in a different way.



              Amazon Web Services has their own Load Balancer called Elastic Load Balancer.




              Elastic Load Balancing automatically distributes your incoming application traffic across multiple targets, such as EC2 instances. It monitors the health of registered targets and routes traffic only to the healthy targets. Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.




              Google Cloud Platform has their own Load Balancer.
              Which supports HTTP(S), TCP/SSL, SSL Offload, UDP, Stackdriver logging, Seamless Autoscaling, High Fidelity Health Checks, Affinity and Cloud CDN Intergration.




              Google Cloud Platform Load Balancing gives you the ability to distribute load-balanced compute resources in single or multiple regions, to meet your high availability requirements, to put your resources behind a single anycast IP and to scale your resources up or down with intelligent Autoscaling. Cloud Load Balancing is fully integrated with Cloud CDN for optimal content delivery.




              There is Metal LB as You mentioned, which is for Load Balancing on Bare Metal servers. It's Open Source and everyone can contribute via MetalLB GitHub.




              While MetalLB’s copyright is owned by Google, this is not an official Google project. The project doesn’t have any other form of corporate sponsorship, other than GCP credits generously provided by Google to run test infrastructure.



              The majority of code changes, as well as the overall direction of the project, is a personal endeavor of one person, working on MetalLB in their spare time.



              This means that, currently, support and new feature development is mostly at the mercy of one person’s availability and resources. You should set your expectations appropriately.



              If you would like to help improve this balance, contributions are very welcome! In addition to code contributions, donation of resources (hardware, cloud environments…) are also very welcome: the more different conditions we can test MetalLB in, the fewer bugs and regressions will be introduced!




              There seems to also be Heptio - Gimbal for Kubernetes and OpenStack, which I think is also Open Source.






              share|improve this answer

























                1












                1








                1







                Major Cloud providers have their own Load Balancers, because they deal with instances in a different way.



                Amazon Web Services has their own Load Balancer called Elastic Load Balancer.




                Elastic Load Balancing automatically distributes your incoming application traffic across multiple targets, such as EC2 instances. It monitors the health of registered targets and routes traffic only to the healthy targets. Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.




                Google Cloud Platform has their own Load Balancer.
                Which supports HTTP(S), TCP/SSL, SSL Offload, UDP, Stackdriver logging, Seamless Autoscaling, High Fidelity Health Checks, Affinity and Cloud CDN Intergration.




                Google Cloud Platform Load Balancing gives you the ability to distribute load-balanced compute resources in single or multiple regions, to meet your high availability requirements, to put your resources behind a single anycast IP and to scale your resources up or down with intelligent Autoscaling. Cloud Load Balancing is fully integrated with Cloud CDN for optimal content delivery.




                There is Metal LB as You mentioned, which is for Load Balancing on Bare Metal servers. It's Open Source and everyone can contribute via MetalLB GitHub.




                While MetalLB’s copyright is owned by Google, this is not an official Google project. The project doesn’t have any other form of corporate sponsorship, other than GCP credits generously provided by Google to run test infrastructure.



                The majority of code changes, as well as the overall direction of the project, is a personal endeavor of one person, working on MetalLB in their spare time.



                This means that, currently, support and new feature development is mostly at the mercy of one person’s availability and resources. You should set your expectations appropriately.



                If you would like to help improve this balance, contributions are very welcome! In addition to code contributions, donation of resources (hardware, cloud environments…) are also very welcome: the more different conditions we can test MetalLB in, the fewer bugs and regressions will be introduced!




                There seems to also be Heptio - Gimbal for Kubernetes and OpenStack, which I think is also Open Source.






                share|improve this answer













                Major Cloud providers have their own Load Balancers, because they deal with instances in a different way.



                Amazon Web Services has their own Load Balancer called Elastic Load Balancer.




                Elastic Load Balancing automatically distributes your incoming application traffic across multiple targets, such as EC2 instances. It monitors the health of registered targets and routes traffic only to the healthy targets. Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.




                Google Cloud Platform has their own Load Balancer.
                Which supports HTTP(S), TCP/SSL, SSL Offload, UDP, Stackdriver logging, Seamless Autoscaling, High Fidelity Health Checks, Affinity and Cloud CDN Intergration.




                Google Cloud Platform Load Balancing gives you the ability to distribute load-balanced compute resources in single or multiple regions, to meet your high availability requirements, to put your resources behind a single anycast IP and to scale your resources up or down with intelligent Autoscaling. Cloud Load Balancing is fully integrated with Cloud CDN for optimal content delivery.




                There is Metal LB as You mentioned, which is for Load Balancing on Bare Metal servers. It's Open Source and everyone can contribute via MetalLB GitHub.




                While MetalLB’s copyright is owned by Google, this is not an official Google project. The project doesn’t have any other form of corporate sponsorship, other than GCP credits generously provided by Google to run test infrastructure.



                The majority of code changes, as well as the overall direction of the project, is a personal endeavor of one person, working on MetalLB in their spare time.



                This means that, currently, support and new feature development is mostly at the mercy of one person’s availability and resources. You should set your expectations appropriately.



                If you would like to help improve this balance, contributions are very welcome! In addition to code contributions, donation of resources (hardware, cloud environments…) are also very welcome: the more different conditions we can test MetalLB in, the fewer bugs and regressions will be introduced!




                There seems to also be Heptio - Gimbal for Kubernetes and OpenStack, which I think is also Open Source.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 7 at 15:23









                CrouCrou

                883712




                883712





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55045620%2fdocs-reference-implementation-of-external-load-balancer%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

                    Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

                    List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229