aws EKS환경 ALB,NLB에서 SSL passthrough 방식 annotation이 있는지 궁금합니다.

0

EKS 환경

  1. ALB 경우

ingress controller를 사용하지 않고 aws loadbalancer controller를 사용하여 alb annotation으로 ssl-passthrough 방식이 가능 한지 궁금합니다.

  1. NLB 경우

aws loadbalancer controller를 사용하여 service object annotation으로 ssl-passthrough 방식이 가능 한지 궁금합니다.

참고: ingress-nginx을 사용하여 ssl-passthrough 방식이 가능한 annotion https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/

질문됨 일 년 전176회 조회
1개 답변
2

안녕하세요 rePost-User-7351652님,

AWS Loadbalancer Controller 공식 설명서(링크)에서 해당 컨트롤러가 제공하는 annotations 목록을 확인하실 수 있습니다.


언급해주신 ssl-passthrough와 정확히 일치하는 annotation을 제공하고 있지는 않으며, ssl과 관련된 다음의 주요 annotation을 제공하고 있습니다.

  • alb.ingress.kubernetes.io/ssl-redirect: 해당 annotation은 SSLRedirect를 활성화하고 리디렉션할 SSL 포트를 지정합니다.
  • alb.ingress.kubernetes.io/ssl-policy: 해당 annotation은 ALB에 할당해야 하는 Security Policy를 지정하여 프로토콜과 암호를 제어할 수 있도록 합니다. Security Policy와 관련된 더 자세한 정보는 AWS 공식 문서(링크)를 통해서 확인하실 수 있습니다.

제 답변이 도움이 되시기를 바랍니다. 감사합니다.

profile picture
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠