Skip to content

Instantly share code, notes, and snippets.

@sameo
sameo / Kube-dns.md
Created March 14, 2017 21:57 — forked from mcastelino/Kube-dns.md
kubernetes kube-dns components, debugging

Summary

  • dnsmasq front ends the requests and sends them on to kube-dns

    dnsmasq
      --cache-size=1000
      --no-resolv
      --server=127.0.0.1#10053
    

--log-facility=-