Setting up CoreDns Provider
Kubernetes Federation supports following dns providers -
gcloud
aws
coredns
This page talks about setting up coredns provider for Kubernetes Federation. This needs to be executed on federation master node. The steps are taken from below link-
https://kubernetes.io/docs/tasks/federation/set-up-coredns-provider-federation/
This page is for information only and is not followed for setup. We are installing "coredns" as an add-on during kubernetes cluster installation.
Installing etcd charts
|
Verify objects created and running
|
Deploying CoreDns
|
Verify CoreDns pod and other objects are running as expected
|
If you are interested knowing more details about coredns configuration, run the following commands.
|
Create coredns-provider config
This custom coredns-provider.conf will be used to deploy federation.
|
Need to delete/re-install coredns?
Below command can be used to delete coredns release. This step may be followed only if there's a need to re-install coredns.
|