Closed junha-ahn closed 1 year ago
helm template ingress-nginx/ingress-nginx --name-template=development --values ./ingress-nginx.yaml > ../ticketing-chart/templates/ingress-nginx.yaml
ingress Node Group에 Nginx 를 설치하는것은 성공했으나 결국 endpoint는 해당 node에 귀속되어 있으며, 만약 node가 변경된다면(장애나, 업그레이드) 결국 endpoint가 변경된다.
동작안함
https://github.com/argoproj/argo-cd/issues/1329#issuecomment-1247176754
Description
하나의 노드만을 Public Subnet에 배치 (Ingress Controller 용) 나머지 노드 전체를
Private Subnet에 배치To do
Test Checklist
Ingress pod only deploy on
Ingress Node Group