HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

High CPU usage when running many pods in Kubernetes #199

Closed jreadey closed 1 year ago

jreadey commented 1 year ago

Seeing ~20-25% CPU usage when running 40 HSDS pods on a one node Kubernetes cluster and no requests coming in to the service.

Suspect that time spent doing health checks is increasing with the number of pods^2.

jreadey commented 1 year ago

Changes in above commit have been merged to master. This should not be an issue in version 0.7.1 and above.