当前位置:网站首页>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:
边栏推荐
- [leetcode] 75. Color classification (medium) (double pointer, in-situ modification)
- 玻璃表面修饰DNA|DNA修饰的上转换纳米材料|DNA-UCNPs实验原理
- Qt uses QSortFilterProxyModel for sorting and filtering in QML
- 单片机ds1302时钟程序(51单片机液晶显示程序)
- SAP ABAP Netweaver 容器化的一些前沿性研究工作分享
- 流水线上的农民:我在工厂种蔬菜
- 推荐 7 个学习 Web3 的开源资源
- BGP Federal Comprehensive Experiment
- This article penetrates the architecture design and cluster construction of the distributed storage system Ceph (hands-on)
- 消失的两个月......
猜你喜欢
MySQL主备切换
Huawei 14 Days - (3) Kernel Development
Access Modbus TCP and Modbus RTU protocol devices using Neuron
Hell Diggers Series #1
信用卡又一新规来袭!菊风用科技助推金融行业提升服务质效
DNA脱氧核糖核酸修饰石墨粉末|DNA修饰还原石墨烯功能材料|保存温度
The sequence table of the linear table (the dry goods are full of sharing ~ contains all the function codes of the sequence table~
Qt之在QML中使用QSortFilterProxyModel进行排序和过滤
Win7x64中使用PowerDesigner连接Oralce数据库报“[Oracle][ODBC][Ora]ORA-12154:TNS:无法解析指定的连接标识符”错误解决方法
In 2022, the latest Gansu construction staff (material staff) mock exam questions and answers
随机推荐
high-level-rest-client 判断索引是否存在
cached_network_image 多个图片卡顿崩溃
SAP ABAP 守护进程的实现方式
In 2022, the latest Gansu construction staff (material staff) mock exam questions and answers
SAP UI5 FileUploader 的隐藏 iframe 设计明细
【leetcode】80. 删除有序数组中的重复项 II(中等)(双指针、原地修改)
仿牛客论坛项目部署总结
DNA脱氧核糖核酸修饰石墨粉末|DNA修饰还原石墨烯功能材料|保存温度
Topics in Dynamic Programming
《MySQL DBA封神打怪之路》专栏学习大纲
PLSQL Developer安装和配置
网工知识角|轻松拿offer【网工面试题】三层交换机与路由器有什么区别?
什么是色选机(color sorter)?
Huawei 14 Days - (3) Kernel Development
文档贡献与写作必读-OpenHarmony开发者文档风格指南
JetsonNano learning (6) Big pits and solutions that Jetson stepped on___Continuously updated
HRNet-Facial-Landmark-Detection 训练自己数据集
【面试:并发篇30:多线程:happen-before】
【leetcode】The sword refers to Offer II 002. Binary addition
Design for failure 12 common design ideas