Thanks Girish! In cluster/saltbase/salt/kube-dns, I see the skydns RC consists of 3 containers: kubedns, dnsmasq, healthz, but previous it had 4 containers: etcd, kube2sky, skydns, healthz. Can you please let me know the rationale behind this change? So etcd, kube2skye and skydns were merged to kubedns and dnsmasq?
And I have another question: do you think it is reasonable to set the replica of the skydns RC to more than 1 for DNS HA and load balance? Or actually we should always set it to 1? Thanks, Qian Zhang On Fri, Jun 10, 2016 at 12:55 AM, 'Girish Kalele' via Containers at Google < [email protected]> wrote: > HI Qian, > > The skydns yaml files have been moved to cluster/saltbase/salt/kube-dns. > In HEAD(and 1.3), we have a rewrite of the DNS implementation, with a > caching layer added for performance. > > - Girish > > > On Thursday, June 9, 2016 at 3:17:56 AM UTC-7, Qian Zhang wrote: >> >> Hi, >> >> As I remember, there is a directory "cluster/addons/dns" which includes >> skydns-rc.yaml.in and skydns-svc.yaml.in that can be used to >> deploy kube-dns RC and service. But it seems this directory has been >> deleted in the latest K8s code. So now how should I deploy DNS add-on in my >> K8s cluster? >> >> >> Thanks, >> Qian >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Containers at Google" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-containers/RAFmBfVlrFc/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-containers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
