Applications/IngressNginx (1) 썸네일형 리스트형 Ingress-nginx # Ingress-nginx 개요 - 버추얼 박스를 활용하여 구성하기 - nginx 가 ALB를 구현해 준다고 보면 됨 # Ingress-nginx 구성 확인과 간단한 환경 구성 kubectl get nodes kubectl create deployment http-go --image gasbugs/http-go kubectl get pod # 외부로 expose 하기 kubectl expose deployment http-go --port=8080 --type=NodePort - 포트확인하는 방법 kubectl get svc - G 클라우드에서 할경우 방화벽 오픈 해야함 gcloud compute firewall-rules create http-go-svc-rule --allow=tcp:32410 # .. 이전 1 다음