-
Notifications
You must be signed in to change notification settings - Fork 5
Kubernetes Integration #1
Comments
Look at how the CLI integrates plugins and do the same. Effectively fork/PR the importing of the plugin and potentially setting via flag or env var. |
now I can integrate it, but for now the problem is the api gateway checks service.Endpoint.Metadata to determine whether the route exists or not. because all existing services have empty service.Endpoint.Metadata so the api gateway responds to no route. I don't know which one to adjust the api gateway code or the go micro service configuration to. `// store local endpoint cache
}` |
Just copy/replace the router with a new one called kubernetes and strip that info. It's going to be easier than trying to hack at it. |
may I know the code in which repo and which file? |
ok thanks, i will try again |
how to use this api gateway with kubernetes registry? thanks
The text was updated successfully, but these errors were encountered: