반응형
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 |
Tags
- Continuous Deployment
- Pulumi
- tekton
- mlops
- opensearch
- opentelemetry
- blue/green
- CI/CD
- gitops
- Kopf
- 오퍼레이터
- Kubernetes
- xdp
- Model Serving
- CANARY
- Argo
- Kubeflow
- kubernetes operator
- 카오스 엔지니어링
- serving
- nginx ingress
- knative
- Litmus
- keda
- MLflow
- operator
- Kubernetes 인증
- eBPF
- argocd
- seldon core
Archives
- Today
- Total
목록NodeLocal DNSCache (1)
Kubernetes 이야기

기본적으로 Pod는 kube-dns 서비스에 쿼리를 보냅니다 . Pod의 /etc/resolv.conf 에 nameserver가 자동으로 세팅된다. # cat /etc/resolv.conf search test.svc.cluster.local svc.cluster.local cluster.local nameserver 10.96.0.10 options ndots:5 Kubernetes 클러스터에서 DNS를 구현하는 가장 일반적인 방법은 서비스 추상화를 사용하는 것이다. 기본적으로 서비스 추상화는 DNAT를 사용하여 Service ClusterIP로 들어오는 요청을 DNS Pod로 균형을 맞추는 iptables 규칙 집합이다. 이 메커니즘은 conntrack 모듈을 사용하여 커널에서 처리된다. Linux ..
Kubernetes/일반
2022. 9. 6. 09:16