有关App Services中Kudu控制台的几个问题 [英] A few questions about Kudu Console in App Services

查看:110
本文介绍了有关App Services中Kudu控制台的几个问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

应用程序服务可以部署在多个VM上.我想知道:

App services can be deployed on several VMs. I would like to know:

-Kudu控制台连接到哪个VM?是与我的应用程序关联的所有VM的共享驱动器吗?

- On which VM the Kudu Console is connected ? is it a shared drive for all the VMs associated with my app?

-如果我们在此控制台中修改文件,是否会影响该应用程序的所有VM?

- If we modify a file in this console, does it impact all the VM of the app?

-关于日志文件,它们是否汇总了所有VM的所有日志?还是仅反映一个虚拟机?

- About the log files, do they aggregate all the logs for all the VM ? or do they reflect only one VM ?

谢谢

乔纳森

推荐答案

您最终将在任意实例上连接到Kudu.对于大多数事情来说,这并不重要,因为它使用的是所有实例都指向的共享文件系统.因此,所有实例在d:\ home下都可以看到所有相同的文件(但每个实例都有自己的d:\ local).所以每个 实例将查看所有实例的日志.

You'll end up connecting to Kudu on an arbitrary instance. For most things, it doesn't matter because it's using a shared file system that all instances point to. So all instances see all the same files under d:\home (but each has its own d:\local). So each instance will see the logs for all instances.

对于某些Kudu功能(例如Process Explorer),实例很重要,并且有一种高级的方法可以选择要获得的Kudu实例.请参见此

For some Kudu features like Process Explorer, the instance matter, and there is an advanced way that you can select which instance of Kudu you get. See this blog post for more info.



这篇关于有关App Services中Kudu控制台的几个问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆