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

🔌 Enable VPC CNI Bandwidth Plugin #6369

Open
2 tasks
jacobwoffenden opened this issue Dec 18, 2024 · 0 comments
Open
2 tasks

🔌 Enable VPC CNI Bandwidth Plugin #6369

jacobwoffenden opened this issue Dec 18, 2024 · 0 comments
Labels

Comments

@jacobwoffenden
Copy link
Member

jacobwoffenden commented Dec 18, 2024

User Story

As an engineer
I want to enable VPC CNI's bandwidth plugin
So that I can artificially throttle pods egress and ingress

Value / Purpose

Since migrating from DX to S2S VPN, HMCTS DAGs are saturating the new link that is much bigger than the 200Mbps

Useful Contacts

@jacobwoffenden @julialawrence

User Types

No response

Hypothesis

If we... [do a thing]
Then... [this will happen]

Proposal

Set this on VPC CNI addon

      configuration_values = jsonencode({
        env = {
          ENABLE_BANDWIDTH_PLUGIN = "true"
        }
      })

Additional Information

https://aws.amazon.com/blogs/containers/ensuring-fair-bandwidth-allocation-for-amazon-eks-workloads/

Definition of Done

  • Plugin enabled
  • Changes visible in Bottlerocket host (/etc/cni/net.d/10-aws.conflist) access via sheltie
@jacobwoffenden jacobwoffenden changed the title 🔌 Enabled VPC CNI Bandwidth Plugin 🔌 Enable VPC CNI Bandwidth Plugin Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 👀 TODO
Development

No branches or pull requests

1 participant