当前位置:网站首页>y81. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Monitoring Extension (12)
y81. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Monitoring Extension (12)
2022-07-29 23:21:00 【Raymond LInuxOperations】
10.2 monitoring redis
https://github.com/oliver006/redis_exporter
10.2.1 deploy redis
[email protected]:~/app-monitor-case/redis/yaml# cat redis-deployment.yaml apiVersion: apps/v1kind: Deploymentmetadata:name: redisnamespace: raymond-1spec:replicas: 1selector:matchLabels:app: redistemplate:metadata:labels:app: redisspec:containers:- name: redisimage: redis:4.0.14resources:requests:cpu: 100mmemory: 100Miports:- containerPort: 6379- name: redis-exporterimage: oliver006/redis_exporter:latestresources:requests:cpu: 100mmemory: 100Miports:- containerPort:
边栏推荐
- Qt uses QSortFilterProxyModel for sorting and filtering in QML
- We launched a "developer lab"
- [leetcode] 80. Delete duplicates in sorted array II (medium) (double pointer, in-place modification)
- VsCode更新后,怎么使用使用快捷键同时生成多个元素
- 单片机ds1302时钟程序(51单片机液晶显示程序)
- Gao Shu Xia|Triple Integral Exercises|Uncle Gao Shu|Handwritten Notes
- 树莓派上安装 wiringPi 2.6 解决 gpio readall 命令的错误
- 真offer收割机 第一弹~大厂如何考察候选人?(附答案详解)
- 【C语言】链表详解(无头单向非循环)
- 【面试:并发篇29:多线程:volatile】原理
猜你喜欢
@Accessors 注解详解
高数下|三重积分习题课|高数叔|手写笔记
How to realize object selection in canvas (5)
分支语句那些事儿(上)~~~~看完少走两月弯路!!
Mysql8.0新特性之详细版本
Win7x64中使用PowerDesigner连接Oralce数据库报“[Oracle][ODBC][Ora]ORA-12154:TNS:无法解析指定的连接标识符”错误解决方法
BGP Federal Comprehensive Experiment
2022年最新甘肃建筑施工焊工(建筑特种作业)模拟题库及答案解析
BGP联邦综合实验
我们上线了一个「开发者实验室」
随机推荐
DNA修饰碳纳米管|DNA修饰单层二硫化钼|DNA修饰二硫化钨(注意事项)
文档贡献与写作必读-OpenHarmony开发者文档风格指南
Farmers on the assembly line: I grow vegetables in a factory
资源集合
嵌入式系统驱动初级【1】——内核模块上_编译方法
Huawei 14 Days - (3) Kernel Development
【2023校招刷题】常见面试问题总结(七、常见总线协议篇)(随后续面试不断更新....)
Design for failure常见的12种设计思想
【LeetCode-SQL每日一练】——2. 第二高的薪水
[C] list explanation (headless ChanXiangFei cycle)
DNA脱氧核糖核酸修饰四氧化三铁|DNA修饰氧化锌|使用方法
WSDM‘22推荐系统论文梳理
Jsp使用<c:forEach>遍历List集合「建议收藏」
ah?Now the primary test recruitment requirements will be automated?
MySQL数据库进阶篇
MySQL Interview Questions: Detailed Explanation of User Amount Recharge Interview Questions
设计消息队列存储消息的MySQL表格
【leetcode】剑指 Offer II 006. 排序数组中两个数字之和(二分查找、双指针)
r‘w‘r‘w‘r‘w‘r
高数下|三重积分的计算3|高数叔|手写笔记