Azure 自动缩放集 - Ubuntu - 更新
Azure Auto Scale set - Ubuntu - updates
我对 Azure Auto Scaling Sets 的复杂性慢慢感到厌倦,我认为这可能只是缺乏知识。
这对我来说真的有必要吗,每次我想更改 etc.nginx 配置,或者拉一个 git 存储库到:
- 旋转现有图像
- 对该图像进行更改
- 退化 VM 并创建新映像
- 使用 PowerShell 或 RestAPI 为自动缩放集配置新映像
- 希望成功或重复
我不能简单地通过 SSH 连接到我的主实例、进行更改并申请配置吗?
有没有更简单的方法来实际设置和管理自动缩放背后的基础设施?或者是否需要额外花费 30-40 分钟来更改 2 分钟的配置?
提前致谢
Is it really neccesary for me, each time i want to make changes
是的,正如我们所知,Azure VMSS 自动扩展将使用该映像创建新实例,因此我们不能对实例进行更改,我们应该对映像进行更改。
Is there no way for me to simply SSH onto my main instance, make the
changes, and apply for a provisioning ?
目前,Azure 仅支持对映像进行更改。
is it neccesary to spend an additional 30-40 minutes, for a 2 minutes
config change?
也许我们可以在这里提供您的反馈,您在此 link 中分享的所有反馈都将由 Microsoft 工程团队监控和审查。
我对 Azure Auto Scaling Sets 的复杂性慢慢感到厌倦,我认为这可能只是缺乏知识。
这对我来说真的有必要吗,每次我想更改 etc.nginx 配置,或者拉一个 git 存储库到:
- 旋转现有图像
- 对该图像进行更改
- 退化 VM 并创建新映像
- 使用 PowerShell 或 RestAPI 为自动缩放集配置新映像
- 希望成功或重复
我不能简单地通过 SSH 连接到我的主实例、进行更改并申请配置吗?
有没有更简单的方法来实际设置和管理自动缩放背后的基础设施?或者是否需要额外花费 30-40 分钟来更改 2 分钟的配置?
提前致谢
Is it really neccesary for me, each time i want to make changes
是的,正如我们所知,Azure VMSS 自动扩展将使用该映像创建新实例,因此我们不能对实例进行更改,我们应该对映像进行更改。
Is there no way for me to simply SSH onto my main instance, make the changes, and apply for a provisioning ?
目前,Azure 仅支持对映像进行更改。
is it neccesary to spend an additional 30-40 minutes, for a 2 minutes config change?
也许我们可以在这里提供您的反馈,您在此 link 中分享的所有反馈都将由 Microsoft 工程团队监控和审查。