本文介绍了如何在Azure Kubernetes Service(AKS)中运行部署到Virtual Kubelet中的docker化“Hello World”Web作业的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我确实创建了一个简单的"Hello World"Web作业并将该Web作业放在Docker Windows容器/ Nanoserver中


我确实将Docker Windows容器推入了Azure Container Registry


我的确遵循了这个 并成功创建了虚拟AKS广告连播/节点


当我运行'get pods'时,我确实看到已创建并正在运行的广告


我确实看到生成的IP反映在'get pods'命令中


我的问题是如何在这些pod /节点内运行容器?


我确实试图引用IP,但那些IP不加载任何东西


如何运行我成功放入的容器  Virtual Kubelet pods / nodes


非常感谢您的帮助





 

解决方案

I did create a simple 'Hello World' Web Job and placed that Web Job inside a Docker Windows Container/Nanoserver

I did push that Docker Windows Container into an Azure Container Registry

I did follow this article and successfully created Virtual AKS pods/nodes

When I run 'get pods' I do see the pods created and running

I do see IP's generated reflected in the 'get pods' command

My question is how do I run the container inside these pods/nodes?

I did try to reference the IP's but those IP's don't load anything

How can I run those containers that I successfully placed into Virtual Kubelet pods/nodes

Thank you very much for your help


 

解决方案


这篇关于如何在Azure Kubernetes Service(AKS)中运行部署到Virtual Kubelet中的docker化“Hello World”Web作业的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 10:58