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
Trying to use opa and kube-mgmt in a cluster to replicate nodes, deployments and statefulsets is causing high cpu (almost 2 cores) in OPA. When I disable replication of these objects CPU usage goes back to 1 millicore.
Number of cluster objects are as follows:
Nodes: 171
Deployments: 2021
StatefulSets: 171
When we hit high CPU, OPA is not responsive and returns failures for all updates from kube-mgmt. Is there a way to batch updates from kube-mgmt to OPA?
The text was updated successfully, but these errors were encountered:
Can you provide some details about what versions are being used? Please also provide logs of the errors you are seeing.
kube-mgmt does batch the requests for initial synchronization as of v0.10 (see #50) after that it is sending over objects as they change. Do you have a large amount of churn on the objects? Or is it the initial loading that is causing a problem?
Trying to use opa and kube-mgmt in a cluster to replicate nodes, deployments and statefulsets is causing high cpu (almost 2 cores) in OPA. When I disable replication of these objects CPU usage goes back to 1 millicore.
Number of cluster objects are as follows:
Nodes: 171
Deployments: 2021
StatefulSets: 171
When we hit high CPU, OPA is not responsive and returns failures for all updates from kube-mgmt. Is there a way to batch updates from kube-mgmt to OPA?
The text was updated successfully, but these errors were encountered: