sparse-intern-71089
10/28/2020, 6:03 PMbillowy-army-68599
Is it possible to tell Pulumi to create an ELB with http and https listeners when I expose a k8s service as type “LoadBalancer”?yes! add an annotation to your service like this:
<http://service.beta.kubernetes.io/aws-load-balancer-ssl-cert|service.beta.kubernetes.io/aws-load-balancer-ssl-cert>: <acm arn>
or, is there a better way to do this?A common pattern is to use an ingress controller which creates your ELB, and then register ingress resources
faint-magazine-19896
10/28/2020, 6:44 PMbillowy-army-68599
faint-magazine-19896
10/28/2020, 11:04 PM