Skip to content

This POC showcases Eureka availability zones with two zones. Each includes an API gateway, service discovery server, and app servers. Gateways use local resources but can fallback to the other zone, ensuring high availability and load balancing in multi-zone deployments.

Notifications You must be signed in to change notification settings

mayur-lomate-personal/Zone-Based-Content-Delivery-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Availability Zone based Redirecting

The current project contains 2 Availability zones and each Availability zone has api-gateway, service discovery server and application servers. Each API gateway serves using it's zone elements and if element not available then from another zone.

API Reference

From Availability Zone-1

  GET localhost:8090/simple-service/zone :- returns string with Availability zone name

From Availability Zone-2

  GET localhost:8091/simple-service/zone :- returns string with Availability zone name

System Design

App Screenshot

About

This POC showcases Eureka availability zones with two zones. Each includes an API gateway, service discovery server, and app servers. Gateways use local resources but can fallback to the other zone, ensuring high availability and load balancing in multi-zone deployments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages