1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/cluster-dns-operator.adoc

24 lines
788 B
Plaintext

// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="dns-operator_{context}"]
= DNS Operator
[discrete]
== Purpose
The DNS Operator deploys and manages CoreDNS to provide a name resolution service to pods that enables DNS-based Kubernetes Service discovery in {product-title}.
The Operator creates a working default deployment based on the cluster's configuration.
* The default cluster domain is `cluster.local`.
* Configuration of the CoreDNS Corefile or Kubernetes plug-in is not yet supported.
The DNS Operator manages CoreDNS as a Kubernetes daemon set exposed as a service with a static IP. CoreDNS runs on all nodes in the cluster.
[discrete]
== Project
link:https://github.com/openshift/cluster-dns-operator[cluster-dns-operator]