-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Replace Ingress and RouteRule with Gateway and VirtualService respectively #1047
Comments
* Adds sample gRPC application * this sample depends on #1047 to be complete * * Adds '-insecure' flag to sample grpc client * Adds comment that the sample grpc server serves h2c by default
Hi, I was trying the gRPC go sample and couldn't get it working. Has this issue been resolved? *I installed knative serving 0.2.2. |
I'm having this problem @hanshengchiu. Did you encounter this boss? ;) |
|
I'm trying Linkerd. So far it's amazing. Will let you know if auto scaling
works.
…On Tue, Feb 12, 2019, 19:14 hanshengchiu ***@***.*** wrote:
encounter
No problem with executing the go example. But knative doesn't seem to work
with gRPC yet. So I ended up using kubernetes+gRPC without knative.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1047 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABMS_MAwqChYeW2ua1J6X5-HKlGd6Nkkks5vMqH5gaJpZM4UZ3th>
.
|
Since we already upgraded Istio to 0.8.0, it is better for us to replace Ingress and RouteRule with Gateway and VirtualService respectively to take advantage of new Istio features.
The text was updated successfully, but these errors were encountered: