-
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
929 - Azure sample documentation and solution design using Windows DNS as provider #1065
Conversation
✅ Deploy Preview for k8gb-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
…ation for ExternalDNS Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
…nfigurations Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]> Signed-off-by: [email protected] <[email protected]>
…n at deploy_windowsdns.md. This guide will provide a step by step on how to configure all the required kerberos configurations and how to use the provided Makefile in the example to set up the cluster and deploy samples. Signed-off-by: [email protected] <[email protected]> Signed-off-by: [email protected] <[email protected]>
74665a4
to
67d2af1
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.
Impressive contribution. Thank you so much!
I left some minor comments, also it looks like we need to merge #1064 first and then rebase this PR
docs/examples/azure/readme.md
Outdated
|
||
## Sample solution | ||
|
||
The provided lab sample solution will create a simple hub and spoke architecture with two AKS clusters in different regions |
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.
can we possibly merge this one with docs/deploy_windowsdns.md
to have a single consolidated doc?
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.
Requested change made.
docs/deploy_windowsdns.md
Outdated
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.
Can we link this file in the main README so it is accessible from the main page?
https://www.k8gb.io/#installation-and-configuration-tutorials looks like a great place for it
…ed deploy_windowsdns.md document, with solution design from previous readme.md on azure example Signed-off-by: [email protected] <[email protected]>
This sample provides a lab solution using Azure and WindowsDNS.
A solution design is provided as well as scripts to deploy, configure and afterwards destroy all deployed resources.
This solution requires that ExternalDNS use GSS-TSIG authentication on the RFC2136 provider, in order to perform dynamic updates on Windows DNS.
GSS-TSIG authentication is based on Kerberos.
A example configuration on both AD and ExternalDNS is also provided.