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
Describe the feature
When running in kubernetes at scale, mittens makes the pod objects gigantic. This causes k8s clusters to fail/timeout/delay actions at high scale.
Here is one example of a use-case and how much data flows thru all cluster operators + api server itself.
Describe the feature
When running in kubernetes at scale, mittens makes the pod objects gigantic. This causes k8s clusters to fail/timeout/delay actions at high scale.
Here is one example of a use-case and how much data flows thru all cluster operators + api server itself.
Even when not degrading clusters, this leads to high cpu use and in some cases memory use on operators adding cost to operating.
It looks like this:
mittens/cmd/flags/target.go
Line 47 in 6446db6
Rational
To keep clusters stable when running at high scale with a lot of churn.
Example Scenario
If it applies, use cases where the feature be used.
The text was updated successfully, but these errors were encountered: