Harry Bagdi

Results 165 comments of Harry Bagdi

> Service API is still in Beta. nit: Service APIs (or Gateway API in future) is in alpha. > It's also entirely possible someone has a very custom Ingress solution...

Can you please check again now?

> I think we should recommend pretty strongly against using a Service of type ExternalName as a backendRef. I can see someone trying to use Gateway API as an Egress...

Thanks for the issue, @nielsbasjes . Rate-limiting is indeed a very common use-case that is tackled at the Ingress layer and most implementations have support for it. The catch here...

This is a very good question. Most implementations are capable of performing verification based on system ca certs. The default in implementations vary, some do `-k/InsecureSkipVerify` and some don't. Is...

@jpeach @tokers Are you able to get this over the line? If not, we can unassign you and have this be opened up for other contributors.

Reading this issue reminds me of my recent comment: https://github.com/kubernetes-sigs/gateway-api/issues/1061#issuecomment-1086412027 Spitballing an idea: `spec.listeners` is currently expected to be populated and static, static meaning configured by a human. We could...