How to create Azure Container Registry inside the Virtual Network?

爱⌒轻易说出口 提交于 2019-12-24 22:54:10

问题


I am managing K8s cluster with AKS. My main aim to keep all the resources which are required for K8s in the same Vnet.

One of the resources is ACR. I want to make it private and also it should be only able to access within the Vnet.

Please let me know if its possible or point me in the right direction. Thanks!


回答1:


Unfortunately, the ACR is just a repository to create and maintain Azure container registries to store and manage your private Docker container images. It seems that there is no Vnet to associate to it. You can follow the document to see the feature of it. But it is a private Container Registry, so you can control the access with Service Principal.



来源:https://stackoverflow.com/questions/53221164/how-to-create-azure-container-registry-inside-the-virtual-network

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!