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

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

🔌 Enable VPC CNI Bandwidth Plugin #6369

jacobwoffenden opened this issue Dec 18, 2024 · 2 comments
Assignees
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
@julialawrence julialawrence moved this from 👀 TODO to 🚀 In Progress in Analytical Platform Jan 9, 2025
@julialawrence julialawrence moved this from 🚀 In Progress to 🛂 In Review in Analytical Platform Jan 10, 2025
@jacobwoffenden
Copy link
Member Author

Awaiting customer to test workload with https://github.com/moj-analytical-services/airflow/pull/5349

@jacobwoffenden
Copy link
Member Author

Its working 🎉

@github-project-automation github-project-automation bot moved this from 🛂 In Review to 🎉 Done in Analytical Platform Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🎉 Done
Development

No branches or pull requests

2 participants