Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Service Fabric 中设置无状态服务的自动缩放?我知道您可以使用 Scale sets 和 Auto Scaling 向集群添加更多节点,但是随着流量的增加向集群添加更多服务实例呢?提前致谢!
将实例计数设置为 -1 应该可以解决问题。每个节点将有 1 个服务实例。如果节点计数发生变化,服务计数也会发生变化。