-
IngressAzure/AKS - Azure Kubernetes Service 2023. 7. 5. 19:04
offical site : https://kubernetes.github.io/ingress-nginx/
official docs : https://kubernetes.io/ko/docs/concepts/services-networking/ingress/
official github : https://github.com/kubernetes/ingress-nginx
install : https://github.com/kubernetes/ingress-nginx/blob/main/deploy/static/provider/cloud/deploy.yaml
두발로걷는개의 발자국, 쿠버네티스 Ingress 개념 및 적용방법
https://twofootdog.tistory.com/23
docs
official
offical site : https://kubernetes.github.io/ingress-nginx/
official docs : https://kubernetes.io/ko/docs/concepts/services-networking/ingress/
official github : https://github.com/kubernetes/ingress-nginx
install : https://github.com/kubernetes/ingress-nginx/blob/main/deploy/static/provider/cloud/deploy.yaml
ingress 외부로부터 들어오는 요청에 대한 로드밸런싱, TLS/SSL 인증서 처리, 도메인 기반 가상 호스팅 제공, 특정 HTTP 경로의 라우팅 등의 규칙들을 정의해 둔 자원 Ingress-Controller 위의 규칙들을 실제로 동작하게 하는 Controller Ingress-nginx Ingress Controller 와 Ingress 를 연동시켜주는, 가장 많이 사용되는 툴 Azure
aks docs : AKS(Azure Kubernetes Service)에 수신 컨트롤러 만들기 > 데모 애플리케이션 실행 + 수신 경로 만들기 : https://learn.microsoft.com/ko-kr/azure/aks/ingress-basic?tabs=azure-cli#run-demo-applications
SkillFlo (구 패스트캠퍼스)
Kubernetes와 Docker로 한 번에 끝내는 컨테이너 기반 MSA
- 교육 비디오
- github code : https://github.com/yoonjeong-kwon/fastcampus-kubernetes
'Azure > AKS - Azure Kubernetes Service' 카테고리의 다른 글
Azure 비용 위해 리소스 삭제 방법 (0) 2022.12.12 AKS 교육자료 찾아보기 (0) 2022.11.27