Giter Site home page Giter Site logo

alibaba-load-balancer-controller's Introduction

Alibaba Load Balancer Controller

Alibaba Load Balancer Controller is a cloud-native controller that allows you to use ALB (Application Load Balancer) and NLB (Network Load Balancer) in self-managed Kubernetes clusters.

  • An AlbConfig object is a CustomResourceDefinition (CRD) used to configure ALB instances and listeners. An AlbConfig object corresponds to one ALB instance.
  • An Ingress contains reverse proxy rules. It controls to which Services HTTP or HTTPS requests are routed. For example, an Ingress routes requests to different Services based on the hosts and URLs in the requests.
  • An AlbConfig object is used to configure an ALB instance. The ALB instance can be specified in forwarding rules of multiple Ingresses. Therefore, an AlbConfig object can be associated with multiple Ingresses.
  • Use Service annotations config NLB instance, listeners, and backend server groups. provides ultrahigh performance and auto scaling.

Start

Development

  • Perform e2e tests on existing staging scenarios to make sure that the features are working as expected. make test
  • Build application images for Kubernetes clusters. make image

Communication

alibaba-load-balancer-controller's People

Contributors

alibaba-oss avatar codefinger23 avatar zhangskd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

alibaba-load-balancer-controller's Issues

两条ingress转发相同的svc地址会创建重复的服务器组,能不能复用?

我创建了两条ingress规则,不同的域名指向同一个svc地址

比如:

apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: demo-https-1
   namespace: default
 spec:
   ingressClassName: alb
   tls:
   - hosts:
     - demo.alb.ingress.top
   rules:
     - host: demo.alb.ingress.top
       http:
         paths:
           - backend:
               service:
                 name: demo-slb-in
                 port:  
                   number: 9080
             path: /
             pathType: Prefix
apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: demo-https-2
   namespace: default
 spec:
   ingressClassName: alb
   tls:
   - hosts:
     - demo2.alb.ingress.top
   rules:
     - host: demo2.alb.ingress.top
       http:
         paths:
           - backend:
               service:
                 name: demo-slb-in
                 port:  
                   number: 9080
             path: /
             pathType: Prefix

事实上会生成两个名字相同的服务器组,有没有可以复用同一个服务器组的配置?

image

Do we support access control on alb with load-balance-controller?

Just like the title says that we want to add some access control for different listeners, and we know that the ALB is supported the access control by default, but I can't find the related features of the alb ingress, please confirm that wherther can support the access control with controller.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.