摘要: 进入root执行 ` echo "*/50 * * * * root ls /srv/img/ | grep '.jpg$' | wc -l | awk '{if ( $1>20 ) system("docker restart flume")}' " > /etc/cron.d/flume ser 阅读全文
posted @ 2021-03-28 20:12 yollower 阅读(50) 评论(0) 推荐(0)
摘要: 查看所有 pod 列表, -n 后跟 namespace, 查看指定的命名空间 kubectl get pod kubectl get pod -n kube kubectl get pod -o wide 查看 RC 和 service 列表, -o wide 查看详细信息 kubectl get 阅读全文
posted @ 2020-11-11 14:55 yollower 阅读(291) 评论(0) 推荐(0)
摘要: mongo 参数调整 阅读全文
posted @ 2019-11-12 21:23 yollower 阅读(119) 评论(0) 推荐(0)
摘要: ElasticSearch Web GUI 界面介绍 引用文章 dejavu 介绍 下载地址: https://github.com/appbaseio/dejavu docker compose.yml 配置 界面样式 ElasticHQ 下载地址:https://github.com/Elast 阅读全文
posted @ 2019-06-04 15:10 yollower 阅读(1957) 评论(0) 推荐(0)
摘要: 使用docker compose搭建etcd集群环境 etcd是一个集群环境,用来管理微服务架构下面的配置管理功能。 A distributed, reliable key value store for the most critical data of a distributed system. 阅读全文
posted @ 2019-06-04 15:03 yollower 阅读(773) 评论(0) 推荐(0)