You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, in the context of #97, TPR will be used as a persistent storage for netchecker-server data. So, that netchecker-server make a TPR API request each time the new report is received from a netchecker-agent. So, it can make a considerably high load to the kubernetes API (and possibly etcd) on a scale.
In order to scale (#35) well, let's consider using batch updates of TPRs. It can be made as agent data (and metrics) updates buffering and then flushing the accumulated data into TPRs. It's required first to ensure that kubernetes API supports updates on a collection.
The text was updated successfully, but these errors were encountered:
Now, in the context of #97, TPR will be used as a persistent storage for netchecker-server data. So, that netchecker-server make a TPR API request each time the new report is received from a netchecker-agent. So, it can make a considerably high load to the kubernetes API (and possibly etcd) on a scale.
In order to scale (#35) well, let's consider using batch updates of TPRs. It can be made as agent data (and metrics) updates buffering and then flushing the accumulated data into TPRs. It's required first to ensure that kubernetes API supports updates on a collection.
The text was updated successfully, but these errors were encountered: