Skip to content

The Cluster DNS Operator manages cluster DNS services for OpenShift

License

Notifications You must be signed in to change notification settings

aswinsuryan/cluster-dns-operator

 
 

Repository files navigation

The DNS Operator

The DNS Operator deploys and manages CoreDNS to provide a name resolution service to pods that enables DNS-based Kubernetes Service discovery in OpenShift.

The operator tries to be useful out of the box by creating a working default deployment based on the cluster's configuration.

  • The default cluster domain is cluster.local.
  • Configuration of the CoreDNS Corefile or kubernetes plugin is not yet supported.

How it works

The DNS Operator manages CoreDNS as a Kubernetes DaemonSet exposed as a Service with a static IP — CoreDNS runs on all nodes in the cluster.

How to help

See HACKING.md for development topics.

Reporting issues

Bugs are tracked in Bugzilla.

About

The Cluster DNS Operator manages cluster DNS services for OpenShift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.3%
  • Shell 4.1%
  • Makefile 1.1%
  • Dockerfile 0.5%