CoreDNS in Kubernetes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
* [[CoreDNS#Subjects|CoreDNS]]
* [[CoreDNS#Subjects|CoreDNS]]


=Organizatorium=
=Overview=


Deployed in the "kube-system" namespace, as a "coredns" deployment.
CoreDNS is deployed in the "kube-system" namespace, as a "coredns" deployment. It is configured with a "coredns" config map.
 
It is configured with a "coredns" config map.


==Operations==
==Operations==
* [[Add a Zone File to Kubernetes CoreDNS]]

Latest revision as of 18:43, 23 October 2019

Internal

Overview

CoreDNS is deployed in the "kube-system" namespace, as a "coredns" deployment. It is configured with a "coredns" config map.

Operations