简体   繁体   English

如何从 Azure Z30136395F0181979219Z8317 服务访问本地 IP url?

[英]How to Access Local IP url from Azure Kubernetes service?

I have a Kubernetes service running in Azure (AKS - Azure Kubernetes Service).我有一个 Kubernetes 服务在 Azure 中运行(AKS - Azure Z301361Z98371118319 服务) It runs with the external IP.它与外部 IP 一起运行。 I am trying to access another service that is running in my local machine from Azure AKS.我正在尝试从 Azure AKS 访问在我的本地计算机上运行的另一个服务。 for ex: http://:9089 (Not able to access from Azure AKS)例如:http://:9089(无法从 Azure AKS 访问)

Is there any way where I can access my local URL from Azure AKS?有什么方法可以从 Azure AKS 访问我的本地 URL? Kindly help.请帮忙。

You could use DynDNS or just deploy your service to another namespace within the existing AKS.您可以使用 DynDNS 或仅将您的服务部署到现有 AKS 中的另一个命名空间。

暂无
暂无

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

相关问题 如何从 kubernetes AZURE 门户中的负载均衡器服务创建或获取公开 ip 的域名 - How to create or get domain name for the exposed ip from Load balancer service in kubernetes AZURE portal 如何使用ClusterIP服务从Azure Kubernetes内部获取客户端IP地址 - How to get client IP address from inside a Azure Kubernetes with a ClusterIP service 如何使用LoadBalancer服务从Azure Kubernetes中获取客户端IP地址 - How to get client IP address from inside a Azure Kubernetes with a LoadBalancer service 如何在 azure Kubernetes 服务上为 Loopback Ip 127.0.0.1 打开端口 22 - How to open port 22 on azure Kubernetes service for the Loopback Ip 127.0.0.1 如何使用托管身份从 Azure Kubernetes 服务 (AKS) 访问 Azure Key Vault (AKV) - How to access Azure Key Vault (AKV) from Azure Kubernetes Service (AKS) using Managed Identities 无法通过公用IP访问在Azure Kubernetes服务上部署的我的服务 - Cannot access my service deployed on Azure Kubernetes Service via the Public IP 无法访问 Azure kubernetes 服务负载均衡器外部 IP - Azure kubernetes service loadbalancer external IP not accessible 如何在 Azure Kubernetes 服务上向公众隐藏 Django 管理员,同时通过后门保持访问 - How to hide Django Admin from the public on Azure Kubernetes Service while keeping access via backdoor 如何使用部署在 Azure Kubernetes 服务中的容器化应用程序从 Postman 访问 API - How to access API from Postman with containerized app deployed in Azure Kubernetes Service 如何从部署在 Azure Kubernetes 服务 (AKS) 中作为 pod 的 Asp.net Core Docker 容器访问 Azure KeyVault? - How to access Azure KeyVault from Asp.net Core Docker container deployed in Azure Kubernetes Service (AKS) as pod?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM