인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

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

임영섭님의 프로필 이미지
임영섭

작성한 질문수

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

인그레스(ingress) 실습

ingress rule이 적용이 안되요

작성

·

168

0

yaml 상에 문제가 없어 보입니다만
강사님과 결과가 반대로 나와요.
 
root@http-go-84df7cf8df-8hm9g:/usr/src/app# curl 127.0.0.1:8080 Welcome! http-go-84df7cf8df-8hm9g root@http-go-84df7cf8df-8hm9g:/usr/src/app# curl 127.0.0.1:8080/welcome/test 404 page not found
 
user01@master0:~/yaml$ curl 127.0.0.1:30914 <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html> user01@master0:~/yaml$ curl 127.0.0.1:30914/welcome/test 404 page not found
 
 

답변 1

0

안녕하세요

현재 접속하신 곳이 http-go 컨테이너 내로 보입니다.

여기서 접속하실 때도 welcome/test 페이지가 접속되셔야 하는데 접속이 안되는 것 같습니다.

컨테이너에 사용하신 이미지 이름을 확인해보시면 좋겠습니다.

gasbugs/http-go:ingress 이미지여야 합니다.

감사합니다!

 

임영섭님의 프로필 이미지
임영섭

작성한 질문수

질문하기