我知道Azure支持AKS的蓝图,但是我没有找到任何AKS的样例蓝图。
有没有公开可用的Azure - AKS蓝图?
发布于 2020-08-31 19:14:46
蓝图几乎就是arm模板。网上有一堆AKS的arm模板示例,例如在官方的示例存储库中:
https://github.com/Azure/azure-quickstart-templates
你可以在AKS文档上找到更多
https://stackoverflow.com/questions/63669527
相似问题