Azure kubernetes - register services in Azure API management?

285 views Asked by At

I am planning to deploy multiple applications on Azure kubernetes and each application will have multiple services.

I will have Azure API management in front of the kubernetes services.

As each application will have multiple services, how do I register those services in Azure API management? Would it be one by one? Is there a way to generate swagger document for the kubernetes services and register at once?

1

There are 1 answers

2
Sajeetharan On BEST ANSWER

If you want to register them as a different services, yes you need to do one by one. But there is a way You can create a single API in API Management that points to multiple different backend APIs. Use the set-backend-service policy to change the backend API for certain operations.