Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
d277f21d
Commit
d277f21d
authored
Jun 26, 2016
by
Miek Gieben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
3bfea904
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+6
-1
No files found.
README.md
View file @
d277f21d
...
@@ -3,6 +3,10 @@
...
@@ -3,6 +3,10 @@
CoreDNS is DNS server that started as a fork of
[
Caddy
](
https://github.com/mholt/caddy/
)
. It has the
CoreDNS is DNS server that started as a fork of
[
Caddy
](
https://github.com/mholt/caddy/
)
. It has the
same model: it chains middleware.
same model: it chains middleware.
CoreDNS is the successor of
[
SkyDNS
](
https://github.com/skynetservices/skydns
)
. SkyDNS is a thin
layer that exposes services in etcd in the DNS. CoreDNS builds on this idea and is a generic DNS
server that can talk to multiple backends (etcd, consul, kubernetes, etc.).
CoreDNS aims to be a fast and flexible DNS server. The keyword here is
*flexible*
, with CoreDNS you
CoreDNS aims to be a fast and flexible DNS server. The keyword here is
*flexible*
, with CoreDNS you
are able to do what you want with your DNS data. And if not: write a middleware!
are able to do what you want with your DNS data. And if not: write a middleware!
...
@@ -15,8 +19,9 @@ Currently CoreDNS is able to:
...
@@ -15,8 +19,9 @@ Currently CoreDNS is able to:
*
Allow for zone transfers, i.e. act as a primary server (middleware/file).
*
Allow for zone transfers, i.e. act as a primary server (middleware/file).
*
Caching (middleware/cache).
*
Caching (middleware/cache).
*
Health checking (middleware/health).
*
Health checking (middleware/health).
*
Use etcd as a backend, i.e. a
98
.5% replacement for
*
Use etcd as a backend, i.e. a
101
.5% replacement for
[
SkyDNS
](
https://github.com/skynetservices/skydns
)
(
middleware/etcd
)
.
[
SkyDNS
](
https://github.com/skynetservices/skydns
)
(
middleware/etcd
)
.
*
Use k8s (kubernetes) as a backend (middleware/kubernetes).
*
Serve as a proxy to forward queries to some other (recursive) nameserver (middleware/proxy).
*
Serve as a proxy to forward queries to some other (recursive) nameserver (middleware/proxy).
*
Rewrite queries (both qtype, qclass and qname) (middleware/rewrite).
*
Rewrite queries (both qtype, qclass and qname) (middleware/rewrite).
*
Provide metrics (by using Prometheus) (middleware/metrics).
*
Provide metrics (by using Prometheus) (middleware/metrics).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment