Skip to content

Add support for WebSocket for retrieval#2033

Open
masap wants to merge 1 commit intovmware-tanzu:mainfrom
masap:fix-2032
Open

Add support for WebSocket for retrieval#2033
masap wants to merge 1 commit intovmware-tanzu:mainfrom
masap:fix-2032

Conversation

@masap
Copy link
Copy Markdown
Contributor

@masap masap commented Nov 14, 2025

What this PR does / why we need it:
Sonobuoy uses SPDY to retrieve results, but SPDY is already deprecated [1], and some of my customers block SPDY. Kubernetes migrated from SPDY to WebSocket starting with version 1.31 [2]. Therefore, we will also introduce WebSocket for sonobuoy. To maintain backward compatibility, it will fallback to SPDY if the WebSocket connection fails.

[1] https://en.wikipedia.org/wiki/SPDY
[2] https://kubernetes.io/blog/2024/08/20/websockets-transition/

Which issue(s) this PR fixes

Special notes for your reviewer:

Release note:

Add support for WebSocket for retrieval

Sonobuoy uses SPDY to retrieve results, but SPDY is already deprecated [1], and
some of my customers block SPDY. Kubernetes migrated from SPDY to WebSocket
starting with version 1.31 [2]. Therefore, we will also introduce WebSocket for
sonobuoy. To maintain backward compatibility, it will fallback to SPDY if the
WebSocket connection fails.

[1] https://en.wikipedia.org/wiki/SPDY
[2] https://kubernetes.io/blog/2024/08/20/websockets-transition/

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for WebSocket for retrieval

1 participant