Istiod sends configuration to each sidecar using a long-lived gRPC stream. It has several characteristics that affect scaling:

Scalability concerns

Approaches

  1. Reduce APIServer calls
    1. eliminate unnecessary get & list
  2. Processing time, less processing steps, optimize loops
  3. Push to Envoy
    1. eliminate unnecessary push
    2. reduce config size