[TOC]
# Eurake高可用
* 心跳检测
* 健康检查
* 负载均衡
![](https://img.kancloud.cn/dc/fa/dcfa5a116fa08798a07503fb3a9be61f_1494x1036.png)
**至少两台服务器**
*****
## 开启两个eureka服务,然后相互注册
## 1.[http://localhost:8762/](http://localhost:8762/)
![](https://img.kancloud.cn/b7/c7/b7c70bbf20aa057d272ed24d036f4667_1468x706.png)
## 2.[http://localhost:8761/](http://localhost:8761/)
![](https://img.kancloud.cn/33/dc/33dc1b71233a8c708aa4bb488ab25a48_2268x592.png)
## 3.假如一个服务挂掉,客户端依旧注册在另一个服务.
此时需要客户端注册两个服务地址
![](https://img.kancloud.cn/7c/5f/7c5fb75ac0c60251e233ba1ba6427475_1804x306.png)
## 4.假设:
如果是三个服务就两两注册