Difference between revisions of "CoreDNS"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 18: Line 18:
 
* <code>https://</code> for DNS over HTTPS, see RFC 8484.
 
* <code>https://</code> for DNS over HTTPS, see RFC 8484.
 
* <code>grpc://</code> for DNS over [[gRPC]]
 
* <code>grpc://</code> for DNS over [[gRPC]]
 +
 +
== Errors ==
 +
* <code>[[Error: waiting for EKS Add-On]]</code>
  
 
== Versions ==
 
== Versions ==

Revision as of 15:38, 18 January 2024

wikipedia:CoreDNS [1] (2019) DNS and Service discovery

kubectl -n kube-system -l=k8s-app=kube-dns get pods
NAME                      READY   STATUS    RESTARTS   AGE
coredns-f47955f89-7ntw4   0/1     Pending   0          3h37m
coredns-f47955f89-sl79r   0/1     Pending   0          3h37m

EKS

Terraform:

 cluster_addons = {
   coredns = {
     preserve    = true
     most_recent = true

     timeouts = {
       create = "25m"
       delete = "10m"
     }
   }
   kube-proxy = {
     most_recent = true
   }
   vpc-cni = {
     most_recent = true
   }
   aws-ebs-csi-driver = {
     most_recent = true
   }
 }

Related: Terraform EKS module official usage example

Protocols

  • dns:// for plain DNS (the default if no scheme is specified).
  • tls:// for DNS over TLS, see RFC 7858.
  • https:// for DNS over HTTPS, see RFC 8484.
  • grpc:// for DNS over gRPC

Errors

Versions


Related terms

Activities

See also

  • https://coredns.io/
  • Advertising: