Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicolast
2298 days ago
Not all services exposed to the outside are HTTP(S).
1 comments
pepemon
2298 days ago
Yes, Ingress resources implicitly assume that you want to get HTTP(S) traffic into the cluster, but as for example, ingress-nginx is able to expose gRPC via additional annotations and generic L3 via related ConfigMap.
link