CoreDNS website screenshot

CoreDNS

CoreDNS is a CNCF graduated DNS server written in Go that serves as the default DNS service for Kubernetes clusters. It is flexible and extensible through a plugin architecture, supporting DNS-based service discovery, forwarding, caching, and integration with etcd, Kubernetes, and other backends. CoreDNS can serve as an authoritative DNS server or a recursive resolver, with HTTP plugins exposing health, readiness, and Prometheus metrics endpoints for Kubernetes operations.

CoreDNS publishes 3 APIs on the APIs.io network: Health API, Metrics API, and Ready API. Tagged areas include Apache 2.0, Cloud-Native, CNCF, DNS, and Go.

The CoreDNS catalog on APIs.io includes 1 JSON-LD context and 3 Spectral governance rulesets.

CoreDNS’s developer surface includes documentation, getting-started guide, engineering blog, changelog, and 17 more developer resources.

39.1/100 thin ▬ flat Agent 26/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFree
2 APIs
Apache 2.0Cloud-NativeCNCFDNSGoGraduatedKubernetesNetworkingOpen-SourcePluginsPrometheusService Discovery

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics does not apply to this provider. The published contracts declare no write operations, and a read-only API cannot create-or-update. The facet is excluded from this provider's denominator entirely — not scored zero. A reference or data API is not deficient for being unable to upsert.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/coredns: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

CoreDNS DNS Interface

CoreDNS implements the standard DNS protocol (RFC 1035) serving both UDP and TCP queries. In Kubernetes, it resolves service names to cluster IPs, headless services to pod IPs, ...

CoreDNS Plugin API

The CoreDNS plugin framework allows extending DNS server functionality through a chain of plugins defined in the Corefile configuration. External plugins can be written in Go to...

CoreDNS Health API

Health check endpoints used by Kubernetes liveness and readiness probes to assess the operational state of the CoreDNS process.

CoreDNS Metrics API

Prometheus-compatible metrics endpoints exposing DNS query statistics, cache performance, latency histograms, and build information.

CoreDNS Ready API

Readiness check endpoints that indicate whether CoreDNS plugins have finished initializing and are ready to serve DNS queries.

Open Collections 6

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

CoreDNS Health API

OPEN COLLECTION

CoreDNS Health API

OPEN COLLECTION

CoreDNS Metrics API

OPEN COLLECTION

CoreDNS Health Ready API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Coredns Plans Pricing

1 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Coredns Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Coredns Context

0 classes · 8 properties

JSON-LD

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

CoreDNS API Rules

8 rules · 6 errors 2 warnings

SPECTRAL

CoreDNS API Rules

6 rules · 5 warnings 1 info

SPECTRAL

CoreDNS API Rules

8 rules · 5 errors 2 warnings 1 info

SPECTRAL

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

CoreDNS Corefile Configuration

1 properties

JSON SCHEMA

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Coredns Domain Security

TLSv1.3 · HSTS · DNSSEC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Coredns Agentic Access

3 operations

3 operations · 0 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: coredns
name: CoreDNS
kind: opensource
description: CoreDNS is a CNCF graduated DNS server written in Go that serves as the default DNS service for Kubernetes clusters.
  It is flexible and extensible through a plugin architecture, supporting DNS-based service discovery, forwarding, caching,
  and integration with etcd, Kubernetes, and other backends. CoreDNS can serve as an authoritative DNS server or a recursive
  resolver, with HTTP plugins exposing health, readiness, and Prometheus metrics endpoints for Kubernetes operations.
url: https://coredns.io
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: free
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Free
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/coredns.png
tags:
- Apache 2.0
- Cloud-Native
- CNCF
- DNS
- Go
- Graduated
- Kubernetes
- Networking
- Open-Source
- Plugins
- Prometheus
- Service Discovery
tags_raw:
- Apache 2.0
- Cloud Native
- CNCF
- DNS
- Go
- Graduated
- Kubernetes
- Networking
- Open Source
- Plugins
- Prometheus
- Service Discovery
created: '2026-03-16'
modified: '2026-05-19'
specificationVersion: '0.23'
type: Index
access: Public
position: Producing
apis:
- aid: coredns:coredns-dns-api
  name: CoreDNS DNS Interface
  description: CoreDNS implements the standard DNS protocol (RFC 1035) serving both UDP and TCP queries. In Kubernetes, it
    resolves service names to cluster IPs, headless services to pod IPs, and supports SRV records for port discovery. The
    Kubernetes plugin watches the API server for service and endpoint changes to keep DNS records current. Additional protocol
    bindings include DNS-over-TLS (DoT), DNS-over-HTTPS (DoH), DNS-over-QUIC (DoQ), and gRPC.
  humanURL: https://coredns.io/manual/toc/
  properties:
  - type: Documentation
    url: https://coredns.io/manual/toc/
  tags:
  - DNS
  - DoH
  - DoQ
  - DoT
  - Kubernetes
  - Service Discovery
- aid: coredns:coredns-plugin-api
  name: CoreDNS Plugin API
  description: The CoreDNS plugin framework allows extending DNS server functionality through a chain of plugins defined in
    the Corefile configuration. External plugins can be written in Go to add custom DNS record sources, filtering, metrics,
    and middleware. Each plugin implements the Handler interface to process DNS requests.
  humanURL: https://coredns.io/explugins/
  properties:
  - type: Documentation
    url: https://coredns.io/explugins/
  - type: Reference
    url: https://coredns.io/manual/plugins/
  tags:
  - Extensibility
  - Plugins
- aid: coredns:coredns-health-api
  name: CoreDNS Health API
  description: Health check endpoints used by Kubernetes liveness and readiness probes to assess the operational state of
    the CoreDNS process.
  humanURL: https://coredns.io/manual/toc/
  baseURL: http://localhost:8080
  tags:
  - Health
  properties:
  - type: OpenAPI
    url: openapi/coredns-health-api-openapi.yml
  - type: Documentation
    url: https://coredns.io/plugins/health/
  - type: ReadyDocumentation
    url: https://coredns.io/plugins/ready/
  - type: Rules
    url: rules/coredns-health-rules.yml
  - type: Documentation
    url: https://coredns.io/plugins/metrics/
  - type: Rules
    url: rules/coredns-metrics-rules.yml
- aid: coredns:coredns-metrics-api
  name: CoreDNS Metrics API
  description: Prometheus-compatible metrics endpoints exposing DNS query statistics, cache performance, latency histograms,
    and build information.
  humanURL: https://coredns.io/manual/toc/
  baseURL: http://localhost:8080
  tags:
  - Metrics
  properties:
  - type: OpenAPI
    url: openapi/coredns-metrics-api-openapi.yml
  - type: Documentation
    url: https://coredns.io/plugins/health/
  - type: ReadyDocumentation
    url: https://coredns.io/plugins/ready/
  - type: Rules
    url: rules/coredns-health-rules.yml
  - type: Documentation
    url: https://coredns.io/plugins/metrics/
  - type: Rules
    url: rules/coredns-metrics-rules.yml
- aid: coredns:coredns-ready-api
  name: CoreDNS Ready API
  description: Readiness check endpoints that indicate whether CoreDNS plugins have finished initializing and are ready to
    serve DNS queries.
  humanURL: https://coredns.io/manual/toc/
  baseURL: http://localhost:8080
  tags:
  - Ready
  properties:
  - type: OpenAPI
    url: openapi/coredns-ready-api-openapi.yml
  - type: Documentation
    url: https://coredns.io/plugins/health/
  - type: ReadyDocumentation
    url: https://coredns.io/plugins/ready/
  - type: Rules
    url: rules/coredns-health-rules.yml
  - type: Documentation
    url: https://coredns.io/plugins/metrics/
  - type: Rules
    url: rules/coredns-metrics-rules.yml
common:
- type: IssueTracker
  url: https://github.com/coredns/coredns/issues
- type: SecurityPolicy
  url: https://github.com/coredns/coredns/blob/master/SECURITY.md
- type: CodeOfConduct
  url: https://github.com/coredns/coredns/blob/master/.github/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/coredns/coredns/blob/master/.github/CONTRIBUTING.md
- type: AgenticAccess
  url: agentic-access/coredns-agentic-access.yml
- type: DomainSecurity
  url: security/coredns-domain-security.yml
- type: JSONSchema
  url: json-schema/coredns-corefile-schema.json
- type: JSONLD
  url: json-ld/coredns-context.jsonld
- type: Vocabulary
  url: vocabulary/coredns-vocabulary.yml
- type: Website
  url: https://coredns.io/
- type: Documentation
  url: https://coredns.io/manual/toc/
- type: GettingStarted
  url: https://coredns.io/2017/07/24/quick-start/
- type: GitHubOrganization
  url: https://github.com/coredns
- type: GitHubRepository
  url: https://github.com/coredns/coredns
- type: Plugins
  url: https://coredns.io/plugins/
- type: ExternalPlugins
  url: https://coredns.io/explugins/
- type: Blog
  url: https://coredns.io/blog/
- type: ChangeLog
  url: https://github.com/coredns/coredns/releases
- type: Community
  url: https://slack.cncf.io/
- type: License
  url: https://github.com/coredns/coredns/blob/master/LICENSE
- type: CNCF
  url: https://www.cncf.io/projects/coredns/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/coredns"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/coredns/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/coredns/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.