I was following this: https://github.com/TykTechnologies/tyk-operator/blob/master/config/samples/ingress/ingress-httpbin/ingress.yaml
I am unable to replace nginx ingress with tyk right away in my environment.
What my requirement is:
ingress is in namespace nsA, service and apidefinition is also in nsA but the the gateway pod is in nsB.
RIght now what I am doing is forwarding traffic from ingress in nsA to gateway’s service in nsB and then forwarding traffic to main api’s service in nsA using the apidefinition. I am sure there should be a better way to do this.