# 잉그레스 관련 사이트 모음
- ALB 로드밸런서 컨트롤러 공식사이트
TargetGroupBinding - AWS Load Balancer Controller
TargetGroupBinding TargetGroupBinding is a custom resource (CR) that can expose your pods using an existing ALB TargetGroup or NLB TargetGroup. This will allow you to provision the load balancer infrastructure completely outside of Kubernetes but still man
kubernetes-sigs.github.io
- Kubernetes 공식 사이트
https://kubernetes.io/docs/concepts/services-networking/ingress/
Ingress
Make your HTTP (or HTTPS) network service available using a protocol-aware configuration mechanism, that understands web concepts like URIs, hostnames, paths, and more. The Ingress concept lets you map traffic to different backends based on rules you defin
kubernetes.io
- argocd 공식 사이트
https://argo-cd.readthedocs.io/en/release-1.8/operator-manual/ingress/
Ingress Configuration - Argo CD - Declarative GitOps CD for Kubernetes
Ingress Configuration Argo CD runs both a gRPC server (used by the CLI), as well as a HTTP/HTTPS server (used by the UI). Both protocols are exposed by the argocd-server service object on the following ports: 443 - gRPC/HTTPS 80 - HTTP (redirects to HTTPS)
argo-cd.readthedocs.io
- 네이버 잉그레스 튜토리얼
https://guide.ncloud-docs.com/docs/nks-nks-1-4
Ingress 튜토리얼
guide.ncloud-docs.com
- 네이버 ALB Ingress Controller
https://guide-fin.ncloud-docs.com/docs/k8s-k8suse-albingress
ALB Ingress Controller 설정
guide-fin.ncloud-docs.com
'⭐ Kubernetes & EKS > Ingress (잉그레스)' 카테고리의 다른 글
Ingress와 ALB 사용시 한개의 ALB에 여러 서비스 맵핑하기 (0) | 2023.03.17 |
---|---|
Ingress Annotation을 활용한 ssl 적용하기 (0) | 2022.11.01 |
Ingress에 대한 이해가 안되는 내용 (0) | 2022.10.31 |
Ingress와 api의 관계에 대한 설명 (0) | 2022.10.25 |
Ingress를 활용한 ALB 추가하기 (0) | 2022.07.12 |