@dviejokfs as discussed, have implemented gateway-api but have not removed istio support. Also , note that this feature does not cover the grpc proxy configuration yet that might be required by the fabric-operations console.But , everything else seems to be working fine
Does this PR introduce a user-facing change?
Yes. k8s-gateway-api must be installed in the cluster and a GatewayClass must be configured beforehand.
Additional documentation, usage docs, etc.:
Setup gateway-api:
https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api
Install CRD's from the experimental channel from the link above
Follow any of the implementation given here in the doc and have a GatewayClass configured with any proxy of your choice (Eg. traefik, istio etc)
https://gateway-api.sigs.k8s.io/implementations/
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #160
Special notes for your reviewer:
@dviejokfs as discussed, have implemented gateway-api but have not removed istio support. Also , note that this feature does not cover the grpc proxy configuration yet that might be required by the fabric-operations console.But , everything else seems to be working fine
Does this PR introduce a user-facing change?
Additional documentation, usage docs, etc.: