php 使用fopen/readfile等函数时打开https类型的URL返回false,报如下错误
fopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL rou...
4个月前 (12-26) 215℃ 0评论
33喜欢
php/golang使用chrome内核实现服务器端html转pdf,html转图片,pdf加水印,pdf转图片等
Doctron github地址: https://github.com/lampnick/doctron
Doctron简介
Doctron是基于Docker、...
6个月前 (10-30) 434℃ 0评论
7喜欢
rate limiting限流仓库地址
https://github.com/lampnick/kong-rate-limiting-golang
前置条件
获取编译基础镜像(Go插件是使用-buildmode=plugin标志编译的,该标志允许插件服务器动态加载它们。)
do...
7个月前 (09-14) 891℃ 0评论
9喜欢
使用vgdisplay时有时在 VG Size会出现"<"符号,这个小于符号是啥意思呢?有没有可能是VG大小限制呢?其实不然,这个"<"符号表示的时实际的VG Size会小于物理盘的大小,因为存在损耗,所以会有误差。
[roo...
10个月前 (06-21) 497℃ 0评论
25喜欢
其实ENOENT是Error NO such an ENTry的缩写,表示没有这样的条目,而在linux系统中entry就表示了file(everything is a file in linux),directory。
例如golang中的syscall.ENOENT
转载请注...
10个月前 (06-15) 712℃ 0评论
2喜欢
k8s 1.14部署metrics server显示running但是报ServiceUnavailable错误
查看metrics server日志:
[root@master metrics-server-latest]# kubectl logs -f metrics-se...
11个月前 (05-14) 1307℃ 0评论
26喜欢
问题一:mycaller服务请求myresponser服务时,http接口可以通,grpc服务不通
使用sleep容器对mycaller服务进行请求
# kubectl exec -it -c sleep $(kubectl get pod -l app=sleep -o j...
1年前 (2020-03-03) 1204℃ 0评论
3喜欢
本文目标
部署一个多集群的共享的istio服务网格
部署一套基于grpc的服务
对grpc服务进行流量管理
架构图如下
前提条件
两个或多个kubernetes集群,版本为1.14,1.15,1.16,1.17
有k8s管理员权限
两个k8s集群(分别称为主集群prod和...
1年前 (2020-03-03) 779℃ 0评论
1喜欢
为私有Kubernetes集群创建LoadBalancer服务
原文来自:https://blog.fleeto.us/post/intro-metallb/
MetalLB - 可以为私有 Kubernetes 集群提供LoadBalancer类型的负载均衡支持。
在Kuber...
1年前 (2020-02-28) 654℃ 0评论
1喜欢
使用ssh -v进行问题排查,得到日志如下
$ ssh -v root@10.5.24.222
OpenSSH_7.9p1, LibreSSL 2.7.3
debug1: Reading configuration data /etc/ssh/ssh_config
debug1:...
1年前 (2020-02-21) 709℃ 0评论
0喜欢