projectcalico/calico

select nodes to expose NodePort service in eBPF mode

Open

#5,495 opened on Jan 24, 2022

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Go (1,594 forks)auto 404
area/bpfhelp wantedkind/enhancement

Repository metrics

Stars
 (7,292 stars)
PR merge metrics
 (PR metrics pending)

Description

Is it possible to select only specific nodes to expose NodePort service when we use the eBPF mode?

Expected Behavior

Calico could allow the cluster administrator to select specific nodes to expose NodePort service. In a multi-tenant environment, suppose that each tenant has its own set of dedicated worker nodes in the cluster. It should be useful to open ports only in tenant's owned nodes instead of all the cluster nodes, where also other tenants have their own nodes.

Contributor guide