Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- AWS client VPN 인증서
- ACM 도메인
- 티스토리
- client vpn 인증서
- ACM
- 비공개 GKE autorized
- 독서노트
- Encapsulation
- TCP/IP
- S3
- AWS private EC2
- 비공개 GKE
- s3 upload 400
- 벨로그
- 프라이빗 EC2 접속
- aws
- AWS session manager
- 엔지니어블로그
- Session Manager
- Terraform GCP GKE
- Terraform GKE
- Terrafrom GCP
- java s3 400
- 문과남자의 과학공부
- Decapsulation
- velog
- client vpn
- 테라폼 private GKE
Archives
- Today
- Total
망지로그
CKA - core DNS in k8s 본문
Where is the configuration file located for configuring the CoreDNS service?
kubectl -n kube-system describe deployments.apps coredns | grep -A2 Args | grep Corefile
How is the Corefile passed into the CoreDNS POD?
k describe cm coredns -n kube-system
default pod 에서 payroll svc lookup, node에 output
kubectl exec -it hr -- nslookup mysql.payroll > /root/CKA/nslookup.out
컨테이너 쉘 접근
https://kubernetes.io/docs/tasks/debug/debug-application/get-shell-running-container/
Get a Shell to a Running Container
This page shows how to use kubectl exec to get a shell to a running container. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tuto
kubernetes.io
- dns 주소 svcname.namespace.svc.~
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
'Kubernetes' 카테고리의 다른 글
CKA- kubeadm (0) | 2024.07.04 |
---|---|
CKA - ingress (0) | 2024.07.04 |
CKA - service networking (0) | 2024.07.03 |
CKA - Networking weave (0) | 2024.07.03 |
CKA - CNI (0) | 2024.07.03 |