简体   繁体   中英

AWS EKS aws-load-balancer-controller

i am trying to install my ca certificates with in ingress controller. I am following this guide. https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html

I could run cert-manager in Node group while running other pods in fargate. I want to know

I am getting the error that says x509 error certificate is valid for *.corp not aws-load-balancer-webhook-service.kube-system.svc

Do i need to install cert manager though i have my own tls certs. how to route traffic with tls certs from aws-load-balancer-controller.

Thanks, Surya.

You dont need cert manager to use certs with load balancers. Cert manager is a utility to dynamically generate & manage the lifecycle of the certificate.

If you have your own certificate you can import those into your alb or nlb created by load balancer controller for ingress or service objects respectively.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM