docs icon indicating copy to clipboard operation
docs copied to clipboard

Add guidance to disable scheduler connection attempts in in high-scale environments

Open MyMirelHub opened this issue 4 months ago • 0 comments

What content needs to be created or modified?

Documentation is missing guidance for the dapr.io/scheduler-host-address annotation. In environments with 100+ sidecar pods, all sidecars connecting to the scheduler by default causes resource exhaustion.

Describe the solution you'd like

Add documentation covering:

  • Warning about default scheduler connection behavior at scale
  • Usage of dapr.io/scheduler-host-address: "" for services not using Dapr Actors/Jobs
  • Helm chart annotation examples

Where should the new material be placed?

  • Primary: /operations/hosting/kubernetes/kubernetes-production/

MyMirelHub avatar Sep 16 '25 17:09 MyMirelHub