-
IngressAzure/AKS - Azure Kubernetes Service 2023. 7. 5. 19:04
offical site : https://kubernetes.github.io/ingress-nginx/
Welcome - Ingress-Nginx Controller
Overview This is the documentation for the Ingress NGINX Controller. It is built around the Kubernetes Ingress resource, using a ConfigMap to store the controller configuration. You can learn more about using Ingress in the official Kubernetes documentatio
kubernetes.github.io
official docs : https://kubernetes.io/ko/docs/concepts/services-networking/ingress/
인그레스(Ingress)
URI, 호스트네임, 경로 등과 같은 웹 개념을 이해하는 프로토콜-인지형(protocol-aware configuration) 설정 메커니즘을 이용하여 HTTP (혹은 HTTPS) 네트워크 서비스를 사용 가능하게 한다. 인그레스 개념은
kubernetes.io
official github : https://github.com/kubernetes/ingress-nginx
GitHub - kubernetes/ingress-nginx: Ingress-NGINX Controller for Kubernetes
Ingress-NGINX Controller for Kubernetes. Contribute to kubernetes/ingress-nginx development by creating an account on GitHub.
github.com
install : https://github.com/kubernetes/ingress-nginx/blob/main/deploy/static/provider/cloud/deploy.yaml
두발로걷는개의 발자국, 쿠버네티스 Ingress 개념 및 적용방법
https://twofootdog.tistory.com/23
쿠버네티스 Ingress 개념 및 적용방법
이번 글에서는 Ingress의 정의 및 On-Premise환경(클라우드가 아닌 자체 서버를 사용한 경우)에서 Ingress를 어떻게 사용하는지에 대해 알아볼 것이다. 1. Ingress란 무엇인가? 1-1. Ingress 정의 쿠버네티스 I
twofootdog.tistory.com
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