logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

kubectl 命令自动补全

原文地址:https://blog.csdn.net/wenwenxiong/article/details/53105287我下面测试用的 k8s版本: 1.9.3在linux上#yuminstall-ybash-completion#locatebash_completion/usr/share/bash-completion/bash_completi...

#操作系统#运维
k8s 如何进行pod级的抓包

因为某些关系原因,有时候需要排查pod和外部服务之间是否有网络异常情况,我们需要进行tcpdump抓包操作。下面,是抓包的具体步骤:1 列出待抓包的pod 及分布在哪些节点上kubectl get pods -n ns1 -o wide | egrep myapp2 找到对应的containerIDkubectl get pod -n ns1 myapp-xxxxxx-xxx...

#运维#json#网络
kafka-manager 2.0.0.2 编译版本

kafka-manager 2.0.0.2 编译版本:链接:https://pan.baidu.com/s/1fRKSpCwyaWaQ8cA7OaLt_w提取码:ajo1编译方法:curlhttps://bintray.com/sbt/rpm/rpm>bintray-sbt-rpm.repomvbintray-sbt-rpm.repo/etc/...

#大数据#运维#开发工具
kafka运维之broker扩容

背景: 最近公司的3节点kafka集群,发现有2个节点所在的刀箱交换机有故障风险,会随机性的出现端口up/down的情况。 因此需要临时将这2个broker迁移出来,等交换机修复后再迁移回去。下面是实验模拟的整个过程(扩容+缩容)原先的3节点的kafka假设为node1、node2、node3准备2台空闲点的服务器(这里假设为node4和node5)系统版本:CentO...

#大数据#运维#java
MySQL数据全量导入PG的方法

下面会用到一个perl脚本来做数据格式的转换: https://github.com/ahammond/mysql2pgsql1 导出mysql的数据#导出结构mysqldumpbx_cmdb_37--master-data=2--skip-opt--default-character-set=utf8--no-data--compact--skip-du...

#数据库
PG的Prometheus监控

到github上,下载已编译好的exporter文件地址:https://github.com/wrouesnel/postgres_exporter/releasestar xf postgres_exporter_v0.4.1_linux-amd64.tar.gz -C /opt/cd /opt/postgres_exporter_v0.4.1_linux-amd64v...

#数据库
到底了