AWS
AWS LB Annotations
<☆_☆>
2023. 1. 23. 13:54
AWS EKS 에서 서비스의 형식으로 LB를 사용하는 경우 여러 옵션 값들을 사용 할 수 있다.
각 어플리케이션의 인입으로 LB를 사용할 경우 환경에 맞게 세팅 변경이 필요한데 이때 Annotations 를 사용하여 변경하면 된다.
대표적으로 LB의 종류, 서브넷 지정, IP 지정 등 다양한 옵션을 아래 문서에서 찾아서 사용 하면 된다.
[AWS Annotations 문서]
https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/service/annotations/
Annotations - AWS Load Balancer Controller
Annotations Service annotations Annotation keys and values can only be strings. All other types below must be string-encoded, for example: boolean: "true" integer: "42" stringList: "s1,s2,s3" stringMap: "k1=v1,k2=v2" json: "{ \"key\": \"value\" }" Annotati
kubernetes-sigs.github.io