【发布时间】:2018-09-07 14:00:37
【问题描述】:
我们的 AKS 在公司代理后面的私有 VNET 中运行。代理不是“透明”代理,需要手动配置所有节点。这是受支持的行为吗?是否可以将工作节点和所有系统容器配置为通过代理工作?
【问题讨论】:
我们的 AKS 在公司代理后面的私有 VNET 中运行。代理不是“透明”代理,需要手动配置所有节点。这是受支持的行为吗?是否可以将工作节点和所有系统容器配置为通过代理工作?
【问题讨论】:
实际上,Azure Kubernetes 由 Azure 管理并在私有 Vnet 中创建自己或 Azure。您可以使用负载均衡器来传输流量或使用入口。但是您在创建集群时只能为节点选择一种大小和类型,目前似乎不支持节点的多大小。也许将来会在 Azure 上得到支持。
有关 AKS 的更多详细信息,请参阅Azure Kubernetes Service。
【讨论】:
1. how to configure kubelet/worker to go via such a proxy 2. how to troubleshoot these connections (as it is https and there is no simple way to capture them to see what is inside) 3. what needs to be put on proxy's side (what should be open on the proxy i.e. ports, domain apexes etc.)