Kubernetes: Which Ingress Controller are permitted to use for grpc service without TLS?

6/1/2019

I deployed nginx as ingress controller for grpc service in the Kubernetes. Everything works fine with a TLS certificate which is required by nginx ingress controller. This means that I must refactor the code of grpc client to use secure channel. There are lots of work to do and unnecessary. I wonder if there is any ingress controller are permitted to use for grpc service without TLS

-- Blue Steel
kubernetes

0 Answers