会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
繁星下的晴空
此博客 为原创 禁止转载 否则将承受法律责任
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2023年2月2日
jenkinsfile传参打断点
摘要: 传参判断
阅读全文
posted @ 2023-02-02 16:17 繁星下的晴空
阅读(24)
评论(0)
推荐(0)
2023年1月11日
磁盘分区扩容
摘要: https://blog.csdn.net/lsqtzj/article/details/123691954?spm=1001.2014.3001.5506 https://blog.csdn.net/qq_42063179/article/details/127890204
阅读全文
posted @ 2023-01-11 16:50 繁星下的晴空
阅读(40)
评论(0)
推荐(0)
2023年1月8日
k8s网络与办公网络互通
摘要: kubernetes 的网络模型中,基于官方默认的 CNI 网络插件 Flannel,这种 Overlay Network(覆盖网络)可以轻松的实现 pod 间网络的互通。当我们把基于 spring cloud 的微服务迁移到 k8s 中后,无须任何改动,微服务 pod 可以通过 Eureka 注册
阅读全文
posted @ 2023-01-08 14:41 繁星下的晴空
阅读(373)
评论(0)
推荐(0)
2022年12月27日
deployment.yaml
摘要: apiVersion: apps/v1 kind: Deployment metadata: name: wms-hub-center-server namespace: {{NAMESPACE}} spec: replicas: 1 selector: matchLabels: app: wms-
阅读全文
posted @ 2022-12-27 13:54 繁星下的晴空
阅读(104)
评论(0)
推荐(0)
2022年12月17日
kibana+es+logstash+kafka+filbeat
摘要: kibana 10.16.1.41 mkdir -p /opt/software && cd /opt/software wget https://artifacts.elastic.co/downloads/kibana/kibana-7.3.2-linux-x86_64.tar.gztar -z
阅读全文
posted @ 2022-12-17 13:27 繁星下的晴空
阅读(85)
评论(0)
推荐(0)
2022年11月29日
MySQL只是博客
摘要: https://blog.csdn.net/u010648194/article/details/124663720
阅读全文
posted @ 2022-11-29 17:50 繁星下的晴空
阅读(12)
评论(0)
推荐(0)
2022年11月10日
k8s 命令操作
摘要: kubectl taint node k8s-master01 key1=value1:NoExecute 添加污点并驱逐pod etcd 命令操作 etcdctl --endpoints=https://[127.0.0.1]:2379 --cacert=/etc/kubernetes/pki/e
阅读全文
posted @ 2022-11-10 16:28 繁星下的晴空
阅读(50)
评论(0)
推荐(0)
2022年11月9日
linux 命令
摘要: cp -r aaa aaa`date +%F` ls aaa2022-11-09
阅读全文
posted @ 2022-11-09 15:34 繁星下的晴空
阅读(5)
评论(0)
推荐(0)
2022年11月3日
sql 语句使用
摘要: SELECT * FROM INFORMATION_SCHEMA.INNODB_LOCKS ; 查看锁表 SELECT * from information_schema.INNODB_TRX ;事务查询 SELECT * from information_schema.PROCESSLIST wh
阅读全文
posted @ 2022-11-03 16:25 繁星下的晴空
阅读(32)
评论(0)
推荐(0)
jenkins maven 打包使用
摘要:
阅读全文
posted @ 2022-11-03 13:24 繁星下的晴空
阅读(9)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告