简体   繁体   English

Azure容器注册表实例可以驻留在我的私有Azure VNet中,以使其不会在Internet上公开吗?

[英]Can an Azure Container Registry instance reside in my private Azure VNet so that it's not exposed on the internet?

Using Azure Container Registry to support Kubernetes service instance. 使用Azure容器注册表支持Kubernetes服务实例。 Is there any way to put the acr instance in my private Azure VNet so that it's not exposed via the internet? 有什么方法可以将acr实例放入我的私有Azure VNet中,以使其不会通过Internet公开? I'm using OpenVPN to get into my VNet 我正在使用OpenVPN进入我的VNet

Unfortunately, it seems impossible to put the Azure Container Registry in a Vnet. 不幸的是,似乎不可能将Azure容器注册表放入Vnet。 You just can access the container registry through the Server name. 您只可以通过服务器名称访问容器注册表。 Take a look at another case that I answered. 看看我回答的另一种情况

当前,您不能将注册表放置在VNET上,但是在接下来的几个月中,它就在路线图上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们可以通过在 ARM 模板中传递 vnet id 将 vnet 集成到 azure 容器注册表吗? - Can we integrate a vnet to an azure container registry by passing the vnet id in the ARM template? VNET 中的 Azure 容器实例如何获取 FQDN - Azure Container Instance in VNET how to get a FQDN 在Azure上的私有容器映像实例中,映像注册表的密码和用户名的存储方式和位置如何? - In a private container image instance on Azure, how and where are the image registry's password and username stored? 使用 Az CLI 创建新的 Azure 容器实例时,无法从私有 Azure 容器注册表中提取映像 - Can't pull image from private Azure Container Registry when using Az CLI to create a new Azure Container Instance 带有 azure vnet 的 Internet 网关 - Internet gateway with azure vnet 私有 vnet:Git 从 Azure 克隆我的 azure 存储库 ML 计算实例是不可能的 - private vnet: Git clone my azure repo from Azure ML compute instance is impossible 如何使用 Azure CLI 将 Azure 容器实例部署到 VNET - How to deploy Azure Container Instance to VNET using Azure CLI 私有IP用于azure容器实例 - private ip for azure container instance 使用 C# 通过 VNet 创建 Azure 容器实例 - Create Azure container instance with VNet using C# 公开 vnet 内的 Azure 容器实例的正确方法是什么? - What is the proper way to expose an Azure Container Instance that is inside a vnet?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM