-
Notifications
You must be signed in to change notification settings - Fork 101
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
Readme revamp and Route53 tutorial #179
Conversation
ytsarev
commented
Oct 24, 2020
•
edited
Loading
edited
- Split README to readable sections
- Create CONTRIBUTING.md
- Create CODEOWNERS
- Add Route53 tutorial together with reference terraform code, sample k8gb values yaml files and Gslb sample CR
* Splitting to sections * Create placeholders for important enhancements
guys, it is WIP, would love to get early feedback on the overall direction with docs @somaritane it's inline with what we discussed in person |
3186c54
to
9200062
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice...!
*I found some minimal typos
|
||
For more advanced technical documentation and fully automated local installation steps, see below. | ||
* Load balancing is based on timeproof DNS protocol which is perfect for global scope and extremely reliable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Load balancing is based on timeproof DNS protocol which is perfect for global scope and extremely reliable | |
* Load balancing is based on time proof DNS protocol which is perfect for global scope and extremely reliable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kuritka not sure here, used as adjective https://en.wiktionary.org/wiki/timeproof . @donovanmuller please comment as a native speaker, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ytsarev - is there anything we can link to that describes the DNS timeproof protocol? Google is failing me.
172.17.0.7 | ||
``` | ||
* One of your workers should already return DNS responses constructed by Gslb based on service health information | ||
* If edgeDNS was configured you can query your standard infra DNS directly and it should return the same |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* If edgeDNS was configured you can query your standard infra DNS directly and it should return the same | |
* If edgeDNS was configured, you can query your standard infra DNS directly and it should return the same |
Co-authored-by: MichalK <[email protected]>
Co-authored-by: MichalK <[email protected]>
Co-authored-by: MichalK <[email protected]>
Co-authored-by: MichalK <[email protected]>
Co-authored-by: MichalK <[email protected]>
Co-authored-by: MichalK <[email protected]>
Co-authored-by: MichalK <[email protected]>
Co-authored-by: MichalK <[email protected]>
@kuritka cool stuff, thanks a ton for review |
* Add the doc * Add the sample reference terraform code * Add the sample k8gb values yaml * Additionally make some minor fix to values.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM