Skip to content

Commit 0a5b88e

Browse files
author
Wenhao Zhang
committed
Update
1 parent f03afe2 commit 0a5b88e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-apps/java-eureka-server-ha.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.date: 08/05/2024
1010
ms.author: wenhaozhang
1111
---
1212

13+
# Tutorial: Create a Highly Available Eureka Service in Azure Container Apps
14+
1315
In this tutorial, we will walk you through the process of creating a highly available Eureka service using in Container Apps. By leveraging Azure Container Apps, you can ensure that your Eureka service is highly available.
1416

1517
A Highly Available service is one designed to be operational and accessible without significant downtime. For Eureka, this means ensuring the service registry is always available to client services for both registering themselves and discovering other services. Achieving HA for Eureka involves running multiple instances of the Eureka server and configuring them to be aware of each other, forming a cluster. This setup ensures that if one Eureka server fails, the others continue to operate, preventing a single point of failure.
@@ -20,7 +22,7 @@ In this tutorial, you will learn to:
2022
2. Bind two Eureka Server for Spring components together to provide high available service.
2123
3. Bind applications to both two Eureka Server for high available service discovery.
2224

23-
# Prerequisites
25+
## Prerequisites
2426

2527
To complete this project, you need the following items:
2628

0 commit comments

Comments
 (0)