9. coredns

GisangLee·2023년 5월 6일
0

k8d

목록 보기
9/27

coredns

kubernetes 클러스터 내부 주소의 해석이나 서비스 디스커버리에 사용되는 내부 DNS 서버 (add-on)

coredns 구성 확인

kubectl describe configmap coredns -n kube-system

dns 호출 테스트

# namespace 생성
kubectl create ns app
# 테스트용 Pod 생성 ( Nginx )
kubectl run nginx --image=nginx -n app
kubectl get pod -n app
kubectl get pod -n app -o wide
profile
포폴 및 이력서 : https://gisanglee.github.io/web-porfolio/

0개의 댓글