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

ingress: add nodepool endpoints filtering for nginx ingress controller #696

Merged
merged 1 commit into from
Dec 28, 2021

Commits on Dec 28, 2021

  1. ingress: add nodepool endpoints filtering for nginx ingress controller

    When users access service through nodepool ingress, ingress controller
    will balance the users rquests to the endpoints binding to the service,
    the ingress controller in a nodepool should only balance the requests
    to endpoints belonging to this nodepool, so the service endpoints need
    to be filtered to exclude endpoints from other nodepools.
    
    Note:
    Currently we leverage yurthub data filtering framework to achieve the
    purpose, which is actually a node level sidecar solution, if a nodepool
    level data filtering sidecar is implemented in future, nodepool ingress
    data filtering is suggested to switch to that solution.
    
    Signed-off-by: zhenggu1 <zhengguang.zhang@intel.com>
    zhenggu1 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    7dd6a3a View commit details
    Browse the repository at this point in the history