Missing content on TLS support design decision page #86
-
Hi, While reviewing the documentation, I noticed that the TLS support design decision page appears to be empty. I also checked the corresponding file in the GitHub repo and it seems to be blank there as well. Just wondering — is this page scheduled to be updated soon, or has the content been moved elsewhere? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @trungie, Thanks for pointing this out. @osterman is writing something up for this. This was a placeholder for back in the day when we supported multiple ingress controllers for k8s. For ECS the standard is to just use AWS Certificate Manager (ACM) as it integrates natively with ECS and ALBs. For EKS the standard is to use Content is on its way but you won't have any changes due to its content. |
Beta Was this translation helpful? Give feedback.
Hey @trungie,
Thanks for pointing this out. @osterman is writing something up for this.
This was a placeholder for back in the day when we supported multiple ingress controllers for k8s.
For ECS the standard is to just use AWS Certificate Manager (ACM) as it integrates natively with ECS and ALBs.
For EKS the standard is to use
cert-manager
Helm Chart or to use ACM Certs with ALB.Content is on its way but you won't have any changes due to its content.