-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod nework bandwidth usage #3602
Labels
kind/enhancement
New feature or request
Comments
Additional consideration about an actionLets implement the next approach:
|
This was referenced Aug 22, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 22, 2024
…tionOnNetworkConsumingRun to reuse existing method (#3648)
SilinPavel
added a commit
that referenced
this issue
Aug 23, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 23, 2024
…idthMonitoringServiceCore for special tag NETWORK_LIMIT + SystemPreferences.SYSTEM_RUN_TAG_DATE_SUFFIX
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 27, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 28, 2024
SilinPavel
added a commit
that referenced
this issue
Aug 28, 2024
… sign (cherry picked from commit eedabda)
SilinPavel
added a commit
that referenced
this issue
Aug 28, 2024
…idthMonitoringServiceCore for special tag NETWORK_LIMIT + SystemPreferences.SYSTEM_RUN_TAG_DATE_SUFFIX (cherry picked from commit 66b5ba7)
SilinPavel
added a commit
that referenced
this issue
Aug 28, 2024
NShaforostov
added a commit
that referenced
this issue
Aug 30, 2024
Merged
NShaforostov
added a commit
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Let's introduce mechanism of the monitoring, notification and (if possible) regulation of usage of network by pods.
This mechanism should be similar to the one we have for
IDLE RUN
monitoring.Network usage data can be obtained from
heapster elk
Realization of the monitoring could be done in the following way:
System Preferences
to be able to configure behaviour (system.pod.bandwidth.limit, system.pod.bandwidth.action, system.pod.bandwidth.action.backoff.period)HIGH_CONSUMED_NETWORK_BANDWIDTH
idle run
monitoingsystem.pod.bandwidth.limit
== 0, skip checksystem.pod.bandwidth.limit
for configured period of time + put a label on the runsystem.pod.bandwidth.action.backoff.period
consumption still in place - perform an actionThe text was updated successfully, but these errors were encountered: