How to create Azure Container Registry inside the

2019-08-26 21:26发布

问题:

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.