Giter VIP home page Giter VIP logo

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.