Anyone knows how to couple microgateway with a local weblogic service?

Not applicable

I'm trying to couple a local weblogic service with Apigee microgateway, but I don't know how to do it. I have read that I need to expose the service in the public internet, but honestly I'm not sure.

Solved Solved
0 3 143
1 ACCEPTED SOLUTION

kianting-1
Participant II

You could do it by bundling the weblogic service and the microgateway in a kubernetes pod more details here https://github.com/apigee-internal/microgateway/tree/master/kubernetes

View solution in original post

3 REPLIES 3

kianting-1
Participant II

You could do it by bundling the weblogic service and the microgateway in a kubernetes pod more details here https://github.com/apigee-internal/microgateway/tree/master/kubernetes

Thanks so much!, I read that I can do it with Docker too, am I right?