Skip to content

Conversation

@kellyyan
Copy link
Contributor

@kellyyan kellyyan commented Nov 17, 2025

Description

Amazon Web Services (AWS) is launching weighted target groups for Network Load Balancers (NLB). This feature allows users to configure static weights among multiple NLB target groups. Weighted target groups enable you to easily perform blue/green or canary deployment strategies with zero downtime and without the need of multiple load balancers.

Users can assign numeric weights between 0 and 999 to each NLB target group.

Use the following annotation to configure weighted target groups with your service:

    service.beta.kubernetes.io/actions.TLS-80: > 
    {
        "type": "forward",
        "forwardConfig": {
            "baseServiceWeight" : 20,
            # Forward to a service or existing target group
            "targetGroups": [
                {   
                    "serviceName": "service-1",
                    "servicePort": ,
                    "weight": 20,
                },
                {
                    "targetGroupARN": "arn:aws:elasticloadbalancing:us-east-1:xxxx",
                    "weight": 50
                }
            ],
            "targetGroupStickinessConfig": {
                "enabled": true
            }
        }
    }

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the docs directory)
  • Manually tested
  • Made sure the title of the PR is a good description that can go into the release notes

BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯

  • Backfilled missing tests for code in same general area 🎉
  • Refactored something and made the world a better place 🌟

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 17, 2025
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 17, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @kellyyan. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 17, 2025
@wweiwei-li
Copy link
Collaborator

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 17, 2025
@wweiwei-li
Copy link
Collaborator

/ok-to-test

@kellyyan kellyyan force-pushed the nlb-wtg-review branch 2 times, most recently from 67b56ae to 2c5bc46 Compare November 18, 2025 18:20
@wweiwei-li
Copy link
Collaborator

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 18, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kellyyan, wweiwei-li

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 18, 2025
@k8s-ci-robot k8s-ci-robot merged commit 1c47c3f into kubernetes-sigs:main Nov 18, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants