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

[v16] [kube] support SPDY over websocket protocol for PortForward #46815

Open
wants to merge 1 commit into
base: branch/v16
Choose a base branch
from

Commits on Sep 20, 2024

  1. [kube] support SPDY over websocket protocol

    SPDY has been deprecated for several years, and most proxies are expected to lose support in the coming months. To address this issue, Kubernetes introduced SPDY over WebSocket connections. This protocol leverages a WebSocket upgrade, but once established, it functions as a simple connection with SPDY-based framing.
    
    This pull request (PR) introduces initial support for customer-facing upgrades. Future PRs will add support for teleport-to-teleport communication using the `SPDY/3.1+portforward.k8s.io` protocol.
    tigrato authored and github-actions committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4c93f7e View commit details
    Browse the repository at this point in the history