-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
needs-sigIndicates an issue or PR lacks a `sig/foo` label and requires one.Indicates an issue or PR lacks a `sig/foo` label and requires one.
Description
Enhancement Description
Add reverse port-forwarding capability to kubectl port-forward, enabling containers in Kubernetes pods to connect to services running on the developer's local machine. This is the equivalent of SSH's -R flag, allowing developers to expose local services to remote pods for debugging and development workflows.
- One-line enhancement description (can be used as a release note): Add reverse port-forwarding to kubectl, allowing pods to connect to local services via
kubectl port-forward --reverse - Kubernetes Enhancement Proposal: https://github.com/willianpaixao/enhancements/blob/kep-reverse-port-forward/keps/sig-cli/5695-kubectl-reverse-port-forward/README.md
- Discussion Link:
- Original feature request: kubectl port-forward container listener to local port kubernetes#20227 (opened 2016, 97 comments)
- Previous PoC: WIP: add kubectl reverse port forwarding kubernetes#57320
- Primary contact (assignee): @willianpaixao
- Enhancement target (which target equals to which milestone):
- Alpha release target (x.y): v1.34
- Beta release target (x.y): v1.35
- Stable release target (x.y): v1.36
- PRs by stage and milestone:
- Alpha - v1.34
- KEP (
k/enhancements) update PR(s): TBD - Code (
k/k) update PR(s): TBD - Docs (
k/website) update PR(s): TBD
- KEP (
- Alpha - v1.34
Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
Metadata
Metadata
Assignees
Labels
needs-sigIndicates an issue or PR lacks a `sig/foo` label and requires one.Indicates an issue or PR lacks a `sig/foo` label and requires one.