1 Star 0 Fork 0

zhuchance / kubernetes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.go 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Thom May 提交于 2015-02-17 10:48 . Basic Rackspace cloud support
/*
Package monitors provides information and interaction with the Health Monitor
API resource for the Rackspace Cloud Load Balancer service.
The load balancing service includes a health monitoring resource that
periodically checks your back-end nodes to ensure they are responding correctly.
If a node does not respond, it is removed from rotation until the health monitor
determines that the node is functional. In addition to being performed
periodically, a health check also executes against every new node that is
added, to ensure that the node is operating properly before allowing it to
service traffic. Only one health monitor is allowed to be enabled on a load
balancer at a time.
As part of a good strategy for monitoring connections, secondary nodes should
also be created which provide failover for effectively routing traffic in case
the primary node fails. This is an additional feature that ensures that you
remain up in case your primary node fails.
There are three types of health monitor: CONNECT, HTTP and HTTPS.
*/
package monitors
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/meoom/kubernetes.git
git@gitee.com:meoom/kubernetes.git
meoom
kubernetes
kubernetes
v0.12.0

搜索帮助

344bd9b3 5694891 D2dac590 5694891