ConfigMap coredns

Jmnote (토론 | 기여)님의 2024년 2월 26일 (월) 00:06 판 (새 문서: ==개요== ;configMap coredns <syntaxhighlight lang='console'> # kubectl get cm -n kube-system coredns -oyaml apiVersion: v1 data: Corefile: | .:53 { errors hea...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

configMap coredns
# kubectl get cm -n kube-system coredns -oyaml
apiVersion: v1
data:
  Corefile: |
    .:53 {
        errors
        health {
           lameduck 5s
        }
        ready
        kubernetes cluster.local in-addr.arpa ip6.arpa {
           pods insecure
           fallthrough in-addr.arpa ip6.arpa
           ttl 30
        }
        prometheus :9153
        forward . /etc/resolv.conf {
           max_concurrent 1000
        }
        cache 30
        loop
        reload
        loadbalance
    }
kind: ConfigMap
metadata:
  creationTimestamp: "2024-02-25T07:47:35Z"
  name: coredns
  namespace: kube-system
  ownerReferences:
  - apiVersion: rbac.authorization.k8s.io/v1
    blockOwnerDeletion: true
    controller: true
    kind: ClusterRoleBinding
    name: system:coredns
    uid: 8258668c-dac4-4d61-9bdc-035766eeb04b
  resourceVersion: "12985"
  uid: 4a74423f-3203-4040-a096-e5b4f2780302

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}