随笔分类 -  haproxy

使用haproxy 2.0 prometheus metrics 监控系统状态
摘要:haproxy 2.0 已经发布一段时间了,提供内部直接暴露的prometheus metrics 很方便 ,可以快速的监控系统的状态 以下是一个简单的demo 环境准备 docker-compose 文件 version: "3" services: grafana: image: grafana 阅读全文

posted @ 2019-08-30 15:38 荣锋亮 阅读(2259) 评论(0) 推荐(0) 编辑

Using HAProxy as an API Gateway, Part 3 [Health Checks]
摘要:转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-3-health-checks/ Achieving high availability rests on having good health checks. 阅读全文

posted @ 2019-07-02 08:57 荣锋亮 阅读(537) 评论(0) 推荐(0) 编辑

Using HAProxy as an API Gateway, Part 2 [Authentication]
摘要:转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-2-authentication/ HAProxy is a powerful API gateway due to its ability to provide 阅读全文

posted @ 2019-07-02 08:56 荣锋亮 阅读(422) 评论(0) 推荐(0) 编辑

Using HAProxy as an API Gateway, Part 1 [Introduction]
摘要:转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-1/ An API gateway handles load balancing, security, rate limiting, monitoring, an 阅读全文

posted @ 2019-07-02 08:54 荣锋亮 阅读(443) 评论(0) 推荐(0) 编辑

HAProxy 2.0 and Beyond
摘要:转自:https://www.haproxy.com/blog/haproxy-2-0-and-beyond/ 关于haproxy 2.0 的新特性说明 HAProxy Technologies is excited to announce the release of HAProxy 2.0, b 阅读全文

posted @ 2019-06-17 08:29 荣锋亮 阅读(710) 评论(0) 推荐(0) 编辑

haproxy httpcheck with basic auth
摘要:一个简单的需求,就是需要在 haproxy 的 httpcheck 使用 basic 认证,解决方法 base64 编码username 以及密码 echo -n "my_username:my_password" | base64 echo -n "my_username:my_password" 阅读全文

posted @ 2019-02-26 22:25 荣锋亮 阅读(744) 评论(0) 推荐(0) 编辑

hasura graphql-engine &&patroni docker-compose 环境运行
摘要:patroni 是一个很不错的pg ha 解决方案,graphql-engine 是一个很好的graphql 工具,为了方便使用 参考patroni官方的文档,使用docker-compose 将应用集成在一起,方便进行测试 环境准备 github 代码 https://github.com/ron 阅读全文

posted @ 2018-12-03 15:59 荣锋亮 阅读(703) 评论(0) 推荐(0) 编辑

导航