kubernetes/kubernetes

Support a list of AppProtocols

Ouverte

#118 407 ouverte le 2 juin 2023

 (13 commentaires) (2 réactions) (1 personne assignée)Go (43 066 forks)batch import
help wantedkind/featurepriority/backlogsig/networktriage/accepted

Métriques du dépôt

Stars
 (122 268 étoiles)
Métriques de merge PR
 (Merge moyen 28j 17h) (343 PRs mergées en 30 j)

Description

The Kubernetes Service API allow us to specify an Application Protocol for each Service port. This is used as a hint for implementations to offer richer behavior for protocols that they understand.

According to the docs one of the valid values can be Implementation-defined prefixed names such as mycompany.com/my-custom-protocol.

There are cases where different implementations installed in the same cluster and different behaviors may be needed for the same ports.

Starting a discussion to gather thoughts, ideas and use-cases about the need for multiple appProtocols support for the same port.

Guide contributeur