Skip to content

Commit 2ed2760

Browse files
authored
Merge pull request #3996 from dprotaso/websocket-protocol
KEP-3726: Add WebSocket as a standard protocol
2 parents 1293ffc + 0c189a0 commit 2ed2760

File tree

1 file changed

+4
-0
lines changed
  • keps/sig-network/3726-standard-application-protocols

1 file changed

+4
-0
lines changed

keps/sig-network/3726-standard-application-protocols/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ Those common protocols will be well defined strings prefixed with ‘kubernetes.
144144

145145
### New Standard Protocols
146146
- 'kubernetes.io/h2c'
147+
- 'kubernetes.io/ws'
148+
- 'kubernetes.io/wss'
147149

148150
### Risks and Mitigations
149151

@@ -176,6 +178,8 @@ type ServicePort struct {
176178
//
177179
// * Kubernetes-defined prefixed names:
178180
// * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
181+
// * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455
182+
// * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
179183
//
180184
// * Other protocols should use implementation-defined prefixed names such as
181185
// mycompany.com/my-custom-protocol.

0 commit comments

Comments
 (0)