会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xiaoniaox
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
38
下一页
2023年3月16日
etcd集群安装(三节点)
摘要: 安装视频:https://www.bilibili.com/video/BV1844y1Q7Me?p=5 安装包地址:https://github.com/etcd-io/etcd/releases/tag/v3.4.3 etcd --name infra1 --listen-client-urls
阅读全文
posted @ 2023-03-16 14:26 larybird
阅读(74)
评论(0)
推荐(0)
2023年3月14日
一条超级简单的故意让linux死机/宕机的命令
摘要: 转载自:https://blog.csdn.net/masterbee/article/details/101159135 最近因为测试需要,需要观察机器在死机状态下其它外设的反应,学习到了一条超级简单的能让Linux瞬间死机的命令: echo c > /proc/sysrq-trigger 运行后
阅读全文
posted @ 2023-03-14 20:27 larybird
阅读(1203)
评论(0)
推荐(0)
fatal: unable to access 'https://github.com/kubernetes-incubator/metrics-server/': SSL received a record that exceeded the maximum permissible length.
摘要: 转载自:https://www.cnblogs.com/hmy-666/p/15702955.html 一、起因# 心血来潮想用一下electron,所以下载了一下官方的demo,使用Git图形界面下载,但是出现下面的情况: 二、解决# (1)CSDN有人贴了解决方案,说是吧https换成git就可
阅读全文
posted @ 2023-03-14 12:52 larybird
阅读(1402)
评论(0)
推荐(0)
k8s api 接口文档
摘要: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/ 在下面版本上,以上api可以调用通 [root@master1 k8s]# kubectl versionClient Version: version.Info
阅读全文
posted @ 2023-03-14 11:14 larybird
阅读(603)
评论(0)
推荐(0)
2023年3月13日
通过http调用k8s 的kube-apiserver接口
摘要: 转载自:https://blog.csdn.net/luosai19910103/article/details/128447566 通过服务账号来调用api,赋予超级权限,可以访问所有接口 1.创建服务账号kubectl create sa k8s-api-amdin -n default 2.创
阅读全文
posted @ 2023-03-13 17:12 larybird
阅读(797)
评论(0)
推荐(0)
2023年3月10日
linux命令--磁盘命令dd
摘要: 转载自:https://www.cnblogs.com/kongzhongqijing/articles/9049336.html 网上dd命令的文章有很多,这里只是自己做下简单的记录。 dd命令介绍 作用是用指定大小的块拷贝一个文件,并在拷贝的同时进行指定的转换。可以用于测试磁盘命令、数据备份或恢
阅读全文
posted @ 2023-03-10 20:09 larybird
阅读(1863)
评论(0)
推荐(0)
后端存储—pv—pvc—pod yaml文件
摘要: 转载自:https://zhuanlan.zhihu.com/p/434209418 使用PV,PVC,NFS来做持久化存储的综合实例。(注意顺序,先搭建NFS服务器--定义PV-定义PVC-定义Pod) # vim nginx-pv-demo.yaml # 定义PV apiVersion: v1
阅读全文
posted @ 2023-03-10 19:01 larybird
阅读(163)
评论(0)
推荐(0)
nfs挂载依赖 mount nfs4 ....No such file or directory
摘要: 转载自: https://zhuanlan.zhihu.com/p/434209418 https://blog.csdn.net/yusiguyuan/article/details/11515715 # 安装nfs-utils rpcbind yum -y install nfs-utils r
阅读全文
posted @ 2023-03-10 18:52 larybird
阅读(1980)
评论(0)
推荐(0)
K8s之MySQL实现数据持久化
摘要: 转载自:https://blog.51cto.com/u_14154700/2450932 这个是一个只写配置及验证的博文。。。。。。 博文大纲: 1、搭建nfs存储 2、创建PV 3、创建PVC 4、确认pv及pvc的状态 5、创建pod+svc(service) 6、进入MySQL数据库,添加测
阅读全文
posted @ 2023-03-10 13:02 larybird
阅读(429)
评论(0)
推荐(0)
calico的两种网络模式BGP和IP-IP性能分析 iperf3
摘要: 转载自:https://www.cnblogs.com/dgp-zjz/p/13212416.html 原文链接:https://mp.weixin.qq.com/s/688PEOWBhXxDz0eQpd1ydw 目前使用较多的网络插件有flannel,calico,canel等,但是如果对比以上几
阅读全文
posted @ 2023-03-10 09:14 larybird
阅读(1311)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
38
下一页
公告