庄泽波の博客

好记性不如烂笔头

2023年3月16日 #

K8S 安装Metric监控

摘要: 1、背景 查询k8s每个pod的资源使用情况 kubectl top pod 异常: error: Metrics API not available 问题:没安装指标服务 metric-server 2、安装metric-server wget https://github.com/kuberne 阅读全文

posted @ 2023-03-16 00:31 庄泽波 阅读(655) 评论(0) 推荐(0) 编辑

2022年11月26日 #

IDEA学习Flink源码

摘要: 一、git下载源码 git clone https://github.com/apache/flink.git 二、编译Flink 1.修改maven setting.xml, 便于尽量下载依赖包和插件 https://github.com/PanicJaw/FlinkConf/blob/maste 阅读全文

posted @ 2022-11-26 23:46 庄泽波 阅读(139) 评论(0) 推荐(0) 编辑

2022年6月16日 #

Ubuntu22.04 安装 Kubernetes

摘要: 一、安装docker.io sudo apt install docker.io 关闭swap: swapoff -a 在文件/etc/fstab注释 : #/swapfile none swap sw 0 0 二、安装k8s 1、安装问题1 Err:2 https://packages.cloud 阅读全文

posted @ 2022-06-16 00:56 庄泽波 阅读(3247) 评论(0) 推荐(0) 编辑

2022年4月4日 #

Kubernetes架构

摘要: 来源: https://www.kubernetes.org.cn/kubernetes%e8%ae%be%e8%ae%a1%e6%9e%b6%e6%9e%84 阅读全文

posted @ 2022-04-04 09:38 庄泽波 阅读(24) 评论(0) 推荐(0) 编辑

2022年3月26日 #

正则表达式NFA文档

摘要: 正则表达式文档介绍: https://swtch.com/~rsc/regexp/regexp1.html 阅读全文

posted @ 2022-03-26 14:48 庄泽波 阅读(18) 评论(0) 推荐(0) 编辑

2020年3月30日 #

Centos单机部署Elasticsearch7.2集群

摘要: 配置node0 # Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune 阅读全文

posted @ 2020-03-30 22:34 庄泽波 阅读(1071) 评论(0) 推荐(0) 编辑

2018年7月15日 #

Prometheus Alert Rules with Some Metrics

摘要: Using Prometheus as a monitor system, it is quite efficent. The most important one is that alert template is quite flexible, I can alert the message w 阅读全文

posted @ 2018-07-15 23:10 庄泽波 阅读(805) 评论(0) 推荐(0) 编辑

2018年2月26日 #

【翻译】从头开始写一个时间序列数据库-Writing a Time Series Database from Scratch

摘要: 本文来自: https://fabxc.org/tsdb/, 如翻译有误,请纠正. 我是从事监控工作的。特别是Prometheus, 一个包含自定义的时间序列库以及集成Kuberntes的监控系统。 在很多方面,Kubernetes代表着所有Prometheus为其设计的所有技术水准。Prometh 阅读全文

posted @ 2018-02-26 01:56 庄泽波 阅读(558) 评论(0) 推荐(0) 编辑

2018年1月21日 #

Normalize.css & Reset

摘要: Normalize.css: try to keep the style consistent in every browser. Reset: clear style in every browser and keep the same. 阅读全文

posted @ 2018-01-21 22:57 庄泽波 阅读(150) 评论(0) 推荐(0) 编辑

2017年12月24日 #

How Does Closure Work in Javascript?

摘要: Simply, closure is the scope that it can visite and operate the variables outside of the function when the function is created. In another words, clos 阅读全文

posted @ 2017-12-24 10:55 庄泽波 阅读(172) 评论(0) 推荐(0) 编辑

导航