kubernetes-practice-guide
kubernetes-practice-guide copied to clipboard
Kubernetes 实践指南(已过时,最新请看 https://imroc.cc/kubernetes/)
https://k8s.imroc.io/avoid/handle-cgroup-oom-in-userspace-with-oom-guard/ Kubernetes 实践指南
排错指南
https://k8s.imroc.io/troubleshooting/ Kubernetes 实践指南
DNS 解析异常
https://k8s.imroc.io/troubleshooting/network/dns/ Kubernetes 实践指南
https://k8s.imroc.io/monitoring/build-cloud-native-large-scale-distributed-monitoring-system/thanos-arch/ Kubernetes 实践指南
https://k8s.imroc.io/troubleshooting/others/node-all-gone/ Kubernetes 实践指南
net.netfilter.nf_conntrack_tcp_timeout_established=300 这个内核参数默认为5天,改成300秒会对长连接或有连接池的应用造成严重的问题! 请说该配置的用意以及优化来源,或者适用的场景。 例如: SpringBoot2采用Hikari数据库连接池,默认配置下会关闭空闲超过10分钟的连接。 在这个配置下,空闲超过5分钟,但是未到10分钟的连接仍然保留在连接池中,导致应用程序的连接池中的空闲连接不可用!
https://k8s.imroc.io/best-practice/deploy/highly-available/ Kubernetes 实践指南