Connect reset by peer

Posted by 夏泽民

1,如果一端的Socket被关闭(或主动关闭,或因为异常退出而 引起的关闭),另一端仍发送数据,发送的第一个数据包引发该异常(Connect reset by peer)。



Connection refused

Posted by 夏泽民

TCP/IP:连接服务器失败(错误原因:Connection refused) Linux中,通过系统调用(system call) connect 连接指定服务器建立TCP连接。



prune

Posted by 夏泽民

对于Docker来说,存在镜像、容器、存储卷和网络这些对象。因此,也就会生产相对应的这些对象,这些对象会占据磁盘空间。当这些对象不在被使用时,为了不占据额外的磁盘空间,就需要对这些对象进行清理,即进行垃圾清理。在docker 1.13版本之后,提供了对各种对象的prune命令,也提供了清理所有对象类型的docker system prune命令。但在docker 1.13之前的版本,则需要提供其他方式进行垃圾清理。



pause

Posted by 夏泽民

当检查你的Kubernetes集群的节点时,在节点上执行命令docker ps,你可能会注意到一些被称为“暂停(/pause)”的容器。 $ docker ps CONTAINER ID IMAGE COMMAND … … 3b45e983c859 gcr.io/google_containers/pause-amd64:3.0 “/pause” … … dbfc35b00062 gcr.io/google_containers/pause-amd64:3.0 “/pause” … … c4e998ec4d5d gcr.io/google_containers/pause-amd64:3.0 “/pause” … … 508102acf1e7 gcr.io/google_containers/pause-amd64:3.0 “/pause” …



list-watch

Posted by 夏泽民

http://wsfdl.com/kubernetes/2019/01/10/list_watch_in_k8s.html K8S 组件之间仅采用 HTTP 协议通信,没有依赖中间件时,我非常好奇它是如何做到的。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required