Containers Coredns

Channel Revision Published Runs on
latest/stable 20 16 Dec 2021
Ubuntu 20.04
latest/candidate 18 20 Oct 2021
Ubuntu 20.04
latest/beta 20 13 Dec 2021
Ubuntu 20.04
latest/edge 21 12 Jan 2022
Ubuntu 20.04
juju deploy containers-coredns
Show information

Platform:

Learn about configurations >

  • corefile | string

    Default: .:53 { errors health { lameduck 5s } ready kubernetes ${domain} in-addr.arpa ip6.arpa { fallthrough in-addr.arpa ip6.arpa pods insecure } prometheus :9153 forward . ${forward} cache 30 loop reload loadbalance } ${extra_servers}

    Configuration file to use for CoreDNS. This is interpreted as a Python string. Template which will be given the `domain` and `forward` configs as its context.

  • domain | string

    Default: cluster.local

    The local domain for cluster DNS.

  • extra_servers | string

    Any additional servers to add to the Corefile.

  • forward | string

    Default: /etc/resolv.conf

    Where to forward non-cluster addresses.