Your company has decided to make a major revision of their API in order to create better experiences for their developers. They need to keep the old version of the API available and deployable, while allowing new customers and testers to try out the new API. They want to keep the same SSL and DNS records in place to serve both APIs. What should they do?
- AConfigure a new load balancer for the new version of the API
- BReconfigure old clients to use a new endpoint for the new API
- CHave the old API forward traffic to the new API based on the path
- DUse separate backend pools for each API path behind the load balancer (correct answer)
Reveal answer & explanationHide answer
The correct answer is D. Option D: Use separate backend pools for each API path behind the load balancer
Explanation
A load balancer distributes traffic across healthy backends in multiple zones for availability and scale.