Giter Club home page Giter Club logo

Comments (7)

orian avatar orian commented on May 15, 2024 4

Just for notice, GCE Ingress supports SNI as today (2017.02.06).

from kube-lego.

thomas-mullaly avatar thomas-mullaly commented on May 15, 2024

If you're running all 3 stages of your app in the same cluster, you might be running into a known limitation with the GCE Ingress implementation. Specifically, the GCE Ingress doesn't support SNI, so it'll only ever configure 1 SSL certificate for the LoadBalancer. You can read more about it here: https://github.com/kubernetes/ingress/tree/master/controllers/gce#tls

from kube-lego.

tsloughter avatar tsloughter commented on May 15, 2024

Does this mean it would work if/when GCE Ingress supports SNI and nothing else would have to change?

from kube-lego.

gitviola avatar gitviola commented on May 15, 2024

works for me! 👍

from kube-lego.

tsloughter avatar tsloughter commented on May 15, 2024

@orian @schurig I can't find any reference to GCE SNI support, where have you found this?

from kube-lego.

orian avatar orian commented on May 15, 2024

@tsloughter I'm using Kubernetes Ingress resource and it supports multiple domains and one certificate. I cannot recall where I've found it. But I find a Ingress spec very helpful (even bit more than a webpage doc):
https://kubernetes.io/docs/api-reference/extensions/v1beta1/definitions/#_v1beta1_ingress

Kubernetes Ingress on GCE is built on top of Load Balancing. It creates a load balancer, the GCE Load Balancer supports SNI.

from kube-lego.

tsloughter avatar tsloughter commented on May 15, 2024

@orian yes, the ingress resource supports it but GCE LB does not (or at least hasn't worked for me and I can't find any docs saying it should work). The Kubernetes docs still say it is not supported: "This controller does not support SNI" from https://github.com/kubernetes/ingress/tree/master/controllers/gce

from kube-lego.

Related Issues (20)

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.