Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install CoreDNS from stable chart with custom values #7

Merged
merged 1 commit into from
Dec 12, 2019
Merged

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Dec 12, 2019

  • Use stable chart with custom values
  • Deprecate GslbResolver CRD
  • Utilize hosts coredns plugin for simple
    dns configuration through configmap
    https://coredns.io/plugins/hosts/

The idea is to control coredns deployment with official
helm chart which provides enough flexibility with extensive
values.yaml. This way we avoid additional controller maintenance
and simplify the operator design.
Main Gslb CR will be writing dynamic configuration to coredns
hosts configmap and coredns will pick it up thanks to reload
functionality

* Use stable chart with custom values
* Deprecate GslbResolver CRD
* Utilize `hosts` coredns plugin for simple
  dns configuration through configmap
  https://coredns.io/plugins/hosts/

The idea is to control coredns deployment with official
helm chart which provides enough flexibility with extensive
`values.yaml`. This way we avoid additional controller maintenance
and simplify the operator design.
Main `Gslb` CR will be writing dynamic configuration to coredns
`hosts` configmap and coredns will pick it up thanks to `reload`
functionality
@ytsarev ytsarev merged commit 8c96b19 into master Dec 12, 2019
@ytsarev ytsarev deleted the coredns branch December 12, 2019 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants