autoscale-aci-with-azure-serverless:使用 Azure 无服务器自动缩放 Azure 容器实例

时间:2024-06-19 14:10:48
【文件属性】:

文件名称:autoscale-aci-with-azure-serverless:使用 Azure 无服务器自动缩放 Azure 容器实例

文件大小:1.38MB

文件格式:ZIP

更新时间:2024-06-19 14:10:48

C#

使用 Azure 无服务器自动缩放 Azure 容器实例 关于如何通过与Azure Serverless一起用作缩放基础结构来自动缩放资源组中的Azure容器实例容器组的概念证明。 在阅读更多相关。 它是如何工作的? Azure Monitor Alerts 用于监控缩放标准,并将触发缩放控制器来做出缩放决策。 鉴于他们没有自动缓解,他们将继续发送通知,直到规模标准不再适用为止。 规模控制器在触发时评估当前的副本数量,并考虑最大/最小副本。 如果必须发生缩放操作,它们会触发专用工作流以使其发生并等到它完成以触发缩放事件。 Scale In工作流查询当前资源组中 Azure Container Instance 容器组的数量,删除第一个。 横向扩展工作流将加载 Azure 存储中提供的部署模板,并将其替换为新容器组所需的信息。 之后,它完全依赖于 Azure 资源管理器 (ARM)


【文件预览】:
autoscale-aci-with-azure-serverless-main
----.github()
--------FUNDING.yml(22B)
--------PULL_REQUEST_TEMPLATE.md(132B)
--------CODEOWNERS(38B)
--------workflows()
----src()
--------.dockerignore(316B)
--------AutoscalingAzureContainerInstances.Website()
--------AutoscalingAzureContainerInstances.sln(1KB)
----media()
--------schematics.pptx(412KB)
--------overview.png(93KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(6KB)
----deploy()
--------app()
--------autoscaler()

网友评论