steeling
steeling
Yes this is for pod to external traffic, to meet security requirements around mTLS
Is this the right place to leave comments on the KEP? > A multi-cluster service will be imported only by clusters in which the service's namespace exists. All clusters containing...
@lauralorenz can you please advise on the correct way to raise concerns with regards to this KEP? The above comment stands, as well as the following: > For ClusterSetIP services,...
Thanks for the thorough response, and thanks in advance for hearing out these arguments! > This is a fine place to raise concerns - though it might be easier to...
Looks like a dup of https://github.com/grpc/grpc-dart/issues/140 @mraleph how would you go about deprecating the other feature? Would you add a new interceptor, ie: `typedef Interceptorv2`? and keep both compatible for...
So essentially any long lived stream doesn't work. Until a fix is in place, it might be valuable to put this in the docs (we spent some time investing in...
also happy to help provide k8s yaml files, envoy logs, etc to help debug
The gRPC version? I have `grpc: ^2.8.0` in my pubspec.yaml to quickly reply to the 2nd point, I saw data streaming back from my server to the envoy proxy succesfully,...
It works as expected when connecting directly to envoy, so I'm guessing it's a loadbalancer thing.. although the loadbalancer works when using vanilla grpc
any update on this?