Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

query regarding deployment

Not applicable

Hello All,

Please help me to find the answer of the query mentioned below:-

At the time of load testing we stop few MPs and the same time if someone do deployment of proxied will that deployment will be done on that MP or deployment will be done on another MPs leaving the unreachable MP.

Note:-

We will not shutdown the MP but through curl command we will make it unreachable, so that no traffice will be routed to it for processing.

Thanks.

Solved Solved
0 8 263
1 ACCEPTED SOLUTION

Your question is not clear.

and the same time if someone do deployment of proxied will that deployment will be done on that MP or deployment will be done on another MPs leaving the unreachable MP.

That doesn't parse. But I'll provide some information and maybe it will answer your question.

From your question I'm assuming you're using Apigee Edge OPDK.

If you deploy something (an apiproxy, a sharedflow) to "an environment", then it will be marked as deployed. If there are MPs that are part of "the environment" that are not running and available, then the deployment does not reach these MPs. If you restart the MPs that were previously unavailable, the deployment will propagate to these MPs. If you add MPs to the environment, the deployment will propagate to those MPs too.

You can verify all this by testing it yourself.

If you simply make the MPs unreachable, they still receive deployments. They just don't handle incoming API requests. After you mark them reachable again, they will begin handling inbound API requests.

Test it for yourself.

View solution in original post

8 REPLIES 8