Aws-load-balancer-controller: Compatible with Kube-Lego?

Created on 5 Aug 2017  路  4Comments  路  Source: kubernetes-sigs/aws-load-balancer-controller

Hi, great work thank you very much for this project!

I was just wondering if this controller would be compatible with the kube-lego project to automate SSL certificates?

kinfeature

Most helpful comment

@jwickens Open to the idea. A low priority for our usage at the moment.

Backlogging it for now. Would likely need a proposal of how it would work and community contribution to make it happen.

Open to contributions.

All 4 comments

@jwickens Open to the idea. A low priority for our usage at the moment.

Backlogging it for now. Would likely need a proposal of how it would work and community contribution to make it happen.

Open to contributions.

might I suggest supporting https://github.com/jetstack/cert-manager/ instead of kube-lego, since kube-lego is being deprecated.
also, is there any progress on this? I'd be interested in helping with this, if I can. not sure how it should be done though.

I'm currently using (or trying to use) cert-manager and aws-alb-ingress-controller. The missing piece seems to be automatically uploading the acme-provisioned TLS cert to AWS Cert Manager and then updating the ingress annotation alb.ingress.kubernetes.io/certificate-arn.

So the controller should watch the referenced secrets and automatically upload them when they change, and then update the ingress annotation.

I think the best way to do this is via something like Helm to add the annotation to your ingress that includes the certificate information from cert-manager.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghostsquad picture ghostsquad  路  4Comments

benwilson512 picture benwilson512  路  5Comments

gigi-at-zymergen picture gigi-at-zymergen  路  5Comments

mgoodness picture mgoodness  路  5Comments

amalagaura picture amalagaura  路  4Comments