-
Notifications
You must be signed in to change notification settings - Fork 47
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
CoreDNS operator:- Addition of list of features #40
Comments
CCing @rajansandeep |
Looks like @Abhik1998 got the proposal added to /cncf/soc as a project - do you feel the project description above makes sense? Does this capture the ideal outcome for the operator? I feel like some coordination and planning with the coredns team about this operator should be part of this project too. |
@dholbach I hope this description helps. I have updated that. |
Totally agree @dholbach - It'd be great to get their input and buy in. Our ultimate goal is to have an 'alpha quality' operator for managing CoreDNS in the cluster and they're the experts on what that really means. @rajansandeep Can you check out this doc for more context and let me know what you think? |
@johnsonj The goals set in the doc for an 'alpha quality' operator seems reasonable to me. I'd like to kick off progress for the CoreDNS operator by updating it to v2 (I was to do it some time ago, but was absent due to a long vacation), which will also cover the remaining work in #27 (comment) |
@rajansandeep |
The README in this project (cluster-addons) should cover a bit of the high-level ideas. The README for the CoreDNS operator primarily covers 'how we got to this point'. For more information on the frameworks the operator builds on: If the timing works for you, we have a bi-weekly meeting (see 'Cluster Addons') |
@Abhik1998 thank you for kicking off the organization of this! I duplicated this issue as #47 so that I could have edit access. I'm going to dupe this bug to that to keep things clear. |
/dupe #47 |
/close |
@johnsonj: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description:-
(GSOC proposal 2020)
We have some new features to be added this time to the CoreDNS operator.The current operator is a proof of concept of the add-on library.
Goal:-
Define the set of milestones and criteria for productionizing the CoreDNS operator. The current operator is a proof of concept of the add-on library. The goal of the alpha operator is to provide a minimal feature set that is manageable, predictable, and reliable in a production environment.
Implementing and validating various scenarios like creation, deletion, configuration change, etc.
This work will require adding multiple versions to the CoreDNS version directory. Issue
A user should be able to emit metrics on the Prometheus metrics endpoint. Metrics should be written to the controller-runtime Prometheus Registry. Issue
Finish and share design doc. Issue
Rolling update for Configs should use hashed names (kustomize supports this) Issue
Proposed mentors: Jeff Johnson [ @johnsonj ]
The text was updated successfully, but these errors were encountered: