Skip to content

[kube] support SPDY over websocket protocol for PortForward#46663

Merged
tigrato merged 1 commit intomasterfrom
tigrato/websocketspdy
Sep 20, 2024
Merged

[kube] support SPDY over websocket protocol for PortForward#46663
tigrato merged 1 commit intomasterfrom
tigrato/websocketspdy

Conversation

@tigrato
Copy link
Copy Markdown
Contributor

@tigrato tigrato commented Sep 17, 2024

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.

Changelog: Add support for Kubernetes SPDY over Websocket Protocols for PortForward.

@tigrato tigrato force-pushed the tigrato/websocketspdy branch 12 times, most recently from 745cc3a to d800673 Compare September 17, 2024 12:10
@tigrato tigrato marked this pull request as ready for review September 17, 2024 12:11
@tigrato tigrato force-pushed the tigrato/websocketspdy branch from d800673 to 3af4634 Compare September 17, 2024 12:17
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 tigrato force-pushed the tigrato/websocketspdy branch from 3af4634 to deb18be Compare September 17, 2024 12:27
@tigrato tigrato changed the title [kube] support SPDY over websocket protocol [kube] support SPDY over websocket protocol for PortForward Sep 17, 2024
@tigrato tigrato enabled auto-merge September 17, 2024 20:38
@tigrato tigrato added this pull request to the merge queue Sep 20, 2024
@public-teleport-github-review-bot public-teleport-github-review-bot Bot removed the request for review from fheinecke September 20, 2024 16:16
Merged via the queue into master with commit ab2f7fd Sep 20, 2024
@tigrato tigrato deleted the tigrato/websocketspdy branch September 20, 2024 16:34
@public-teleport-github-review-bot
Copy link
Copy Markdown

@tigrato See the table below for backport results.

Branch Result
branch/v14 Create PR
branch/v15 Create PR
branch/v16 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants