wulianglongrd

Results 26 comments of wulianglongrd

> What does 120W pods mean? 120Million? 120w=1.2Million, `w` is a counting unit commonly used in China, 1w=10k=10000

I don't think there is much value in limiting the total number of connections. If there are too many connections, it will only affect the speed of configuration push. ...

Also, can we use `DiscoveryServer.adsClients` to count the number of connections?

Makes sense. Addendum: There is also an existing counter here, which is used by the `pilot_xds` indicator. https://github.com/istio/istio/blob/3e427fc8a90a3e220d4556d7e92205d80916cbb8/pilot/pkg/xds/monitoring.go#L80

> I think this will be more expensive to envoy Using multiple different addresses(1.example.com, 2.example.com, etc) might mean that each address resolves to a different IP? Will load balancing fail...

I often use crontab to regularly check the CPU usage and automatically collect it. For your reference, please note to modify it as needed. script `/path/to/istio/tools/profiling.sh` ```shell #!/bin/bash sec=$1 if...

Sorry I'm not familiar with how `HPA` works, but does it actually happen? Is there a way to temporarily close it?