Skip to content
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

Replace implementation of NetworkTrafficShaping with Bandwidth Plugin support #8

Open
zanetworker opened this issue Nov 11, 2019 · 0 comments

Comments

@zanetworker
Copy link
Contributor

Currently, the network traffic shaping controller relies on exec`ing either into the pod or to an ephemeral container attached to the pod, this would work if modifying the security context of an ephemeral container was possible (see kubernetes/kubernetes#53188).

Until this feature is enabled, we can modify the implementation of the network traffic shaper to use the CNI bandwidth plugin. The spec of the NetworkTrafficShaper would have settings for ingress and egress limits on the target pods/services/endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant