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

DNS Zone integration not available on AKS #48

Open
blrchen opened this issue Mar 21, 2019 · 3 comments
Open

DNS Zone integration not available on AKS #48

blrchen opened this issue Mar 21, 2019 · 3 comments

Comments

@blrchen
Copy link

blrchen commented Mar 21, 2019

Many service in Azure provides a default DNS name for developers to quickly get started, for example, azure web app provides foo.azurewebsites.net and Azure storage provides bar. blob.core.windows.net DNS names when service is provisioned. This is very useful in Azure China as in China all public facing services require requires ICP. Non-ICP sites will be blocked 21v.

AKS in Azure China does not integrate provide the built-in public DNS name and integrate it with public DNS zone, this make evaluating AKS really hard. Before developer has a real domain with ICP certification, there is nothing he/she can do to start trying AKS service for dev/test work.

@blrchen
Copy link
Author

blrchen commented Mar 21, 2019

Looks like in global Azure AKS, this is done via HTTP application routing

@andyzhangx
Copy link
Contributor

andyzhangx commented Mar 22, 2019

HTTP application routing is not for production, instead user could use ingress controller, while user still needs to do ICP, it's out of AKS scope. @blrchen Your listed domain names are all for global azure, do you have any good best practice for azure china?

@windoze
Copy link

windoze commented Mar 25, 2019

HTTP application routing is more than an ingress controller, it has a DNS zone as well.
Is there any chance we add DNS zone functions to AKS or Azure China?

@andyzhangx andyzhangx changed the title Zone integration not available DNS Zone integration not available Apr 16, 2019
@andyzhangx andyzhangx changed the title DNS Zone integration not available DNS Zone integration not available on AKS Apr 16, 2019
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

No branches or pull requests

3 participants