=== 파드 안에서 공개 이름이 무엇으로 풀리나 ===
100.83.212.4    auth.hyeonworks.com
100.83.212.4    app1.hyeonworks.com

=== 파드에서 그 주소의 80·443 에 닿나 ===
100.83.212.4:80 닫힘
100.83.212.4:443 닫힘
192.168.122.10(엣지):80 열림
192.168.122.10(엣지):443 닫힘

=== CoreDNS 에 이 이름을 돌리는 설정이 있나 ===
# File managed by k3s. DO NOT EDIT.
# See: https://docs.k3s.io/advanced#coredns-custom-configuration-imports
.:53 {
    errors
    health
    ready
    kubernetes cluster.local in-addr.arpa ip6.arpa {
      pods insecure
      fallthrough in-addr.arpa ip6.arpa
    }
    hosts /etc/coredns/NodeHosts {
      ttl 60
      reload 15s
      fallthrough
    }
    prometheus :9153
    cache 30
    loop
    reload
    loadbalance
    import /etc/coredns/custom/*.override
    forward . /etc/resolv.conf
}
import /etc/coredns/custom/*.server

--- NodeHosts
192.168.122.11 kc-lab-1
192.168.122.12 kc-lab-2


=== 노드의 /etc/hosts 에 있나 ===
(없음)
