인프런 커뮤니티 질문&답변

95park님의 프로필 이미지
95park

작성한 질문수

데브옵스(DevOps)를 위한 쿠버네티스 마스터

인그레스(ingress) 실습

Nginx 및 Ingress yaml 작성에 대해 못찾는 분들을 위해 남깁니다.

작성

·

301

1

[nginx ingress install]

- nginx 다운로드

git clone https://github.com/kubernetes/ingress-nginx/

 

- nginx 배포

kubectl apply -k `pwd`/ingress-nginx/deploy/static/provider/baremetal

 

- 배포 확인

kubectl get all -n ingress-nginx

 

[예제 deploy]

- Deploy pod 배포

kubectl create deployment http-go --image=gasbugs/http-go:ingress

 

- service 생성

kubectl expose deploy http-go --port=80 --target-port=8080

 

[Ingress rule]

- Ingress Rule 작성

 

답변

답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!
95park님의 프로필 이미지
95park

작성한 질문수

질문하기