Add license and remove me from OWNERS Signed-off-by: Miek Gieben miek@miek.nl
Add license and remove me from OWNERS
Signed-off-by: Miek Gieben miek@miek.nl
federation - enables federated queries to be resolved via the kubernetes plugin.
Enabling this plugin allows Federated queries to be resolved via the kubernetes plugin.
Enabling federation without also having kubernetes is a noop.
federation [ZONES...] { NAME DOMAIN }
Here we handle all service requests in the prod and stage federations.
prod
stage
. { kubernetes cluster.local federation cluster.local { prod prod.feddomain.com staging staging.feddomain.com } forward . 192.168.1.12 }
This plugin was from github.com/coredns/coredns/plugin/federation through the following command so that commit history could be preserved:
git filter-branch --subdirectory-filter plugin/federation -- --all
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
federation
Name
federation - enables federated queries to be resolved via the kubernetes plugin.
Description
Enabling this plugin allows Federated queries to be resolved via the kubernetes plugin.
Enabling federation without also having kubernetes is a noop.
Syntax
Examples
Here we handle all service requests in the
prodandstagefederations.Note
This plugin was from github.com/coredns/coredns/plugin/federation through the following command so that commit history could be preserved: