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

정이우님의 프로필 이미지
정이우

작성한 질문수

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

네트워크 정책 연습문제와 풀이

연습문제 관련하여 dns 동작 확인은 어떻게...

작성

·

168

1

안녕하세요

연습문제 관련하여 동일하게 정책을 적용하였으나,

v1에서 v3로 curl 시도시 정상적으로 조회가 되는 경우가 종종 발생을 합니다. 

관련하여 왜 허용이 되었는지, 혹은 차단은 어떻게 되었는지 로그로는 어떻게 확인할 수가 있을까요?

server1@master:~/yaml$ k exec -it http-go-v1 -- curl http://http-go-v3

Defaulting container name to http-go.

Use 'kubectl describe pod/http-go-v1 -n default' to see all of the containers in this pod.

^Ccommand terminated with exit code 130

server1@master:~/yaml$ k exec -it http-go-v1 -- curl http://http-go-v2

Defaulting container name to http-go.

Use 'kubectl describe pod/http-go-v1 -n default' to see all of the containers in this pod.

^Ccommand terminated with exit code 130

server1@master:~/yaml$ k exec -it http-go-v1 -- curl http://http-go-v3

Defaulting container name to http-go.

Use 'kubectl describe pod/http-go-v1 -n default' to see all of the containers in this pod.

Welcome! v3

server1@master:~/yaml$ 

답변

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

작성한 질문수

질문하기