HAProxy Data Plane API 2.0 doker 镜像
2021-03-04 21:27
标签:script ann size tps 使用 docke mod The 一个 最近HAProxy Data Plane API 2.0 发布了,基于官方说明以及以前的测试,创建了一个v2的dockerfile https://github.com/haproxytech/dataplaneapi 这个可以参考我以下写的v1的,以及参考官方文档,v2 增强的地方还是比较多的,可以好好看看官方的说明 HAProxy Data Plane API 2.0 doker 镜像 标签:script ann size tps 使用 docke mod The 一个 原文地址:https://www.cnblogs.com/rongfengliang/p/12913159.htmldataplaneapi 下载地址
docker 镜像
FROM haproxy:2.1.4
COPY dataplaneapi /usr/local/sbin/dataplaneapi
RUN chmod +x /usr/local/sbin/dataplaneapi
dalongrong/haproxy-dataplaneapi:2.1.4
参考使用
https://www.haproxy.com/documentation/dataplaneapi/latest/
https://www.haproxy.com/blog/announcing-haproxy-dataplane-api-20/
https://github.com/rongfengliang/haproxy2.0-prometheus/tree/v2
https://www.cnblogs.com/rongfengliang/p/11444818.html
https://www.cnblogs.com/rongfengliang/p/11443005.html
文章标题:HAProxy Data Plane API 2.0 doker 镜像
文章链接:http://soscw.com/index.php/essay/60165.html