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

Feature Request: support gRPC over plaintext (non-TLS) #3897

Closed
dawnbreaks opened this issue Mar 15, 2019 · 12 comments
Closed

Feature Request: support gRPC over plaintext (non-TLS) #3897

dawnbreaks opened this issue Mar 15, 2019 · 12 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@dawnbreaks
Copy link

Since NGINX does support gRPC over plaintext (non-TLS), and why ingress-nginx does not support it? Ingress-nginx can listen on a new http2 port, and proxy grpc requests to grpc backend services.

@aledbf
Copy link
Member

aledbf commented Mar 15, 2019

NGINX does not support HTTP/1.x and HTTP/2 at the same time on a cleartext (non-TLS) port.
Because of that we cannot support gRPC over port 80. Closing.

@aledbf aledbf closed this as completed Mar 15, 2019
@aledbf aledbf reopened this Mar 15, 2019
@aledbf
Copy link
Member

aledbf commented Mar 15, 2019

That said, we could add a new annotation where we enable http2 in the listen section of port 80 but that means all the ingresses/paths for that server will not be available for HTTP/1.x clients

@aledbf aledbf added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 15, 2019
@dawnbreaks
Copy link
Author

I know that NGINX does not support HTTP/1.x and HTTP/2 at the same time on a cleartext (non-TLS) port, and it would be great if we can listen on a new port (e.g. 8080).

@aledbf
Copy link
Member

aledbf commented Mar 18, 2019

and it would be great if we can listen on a new port (e.g. 8080).

Sorry but no, Ingress is about port 80 and 443. If we add this feature it will be as described in the previous comment.

@parsnips
Copy link

@aledbf This would be a good compromise. We'd like to be able to use http2 non-tls ingress and have no need for 1.1.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 21, 2019
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 20, 2019
@ThreeFx
Copy link

ThreeFx commented Aug 22, 2019

Has there been any development here? We would also like to support both GRPC (HTTP/2) and HTTP/1.1 plaintext on the same port.

@vainyksi
Copy link

vainyksi commented Sep 3, 2019

Hi all, any news for this topic?

@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@arpit20adlakha
Copy link

HI there any update on the topic ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

8 participants