会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
beawh
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
44
下一页
2023年4月18日
MySQL8初始化报错 --Data Dictionary initialization failed
摘要: 我使用的命令是: /mysqld --defaults-file=/etc/my.cnf --basedir=/usr/local/mysql --datadir=/data/mysql/mysql3306/ --user=mysql 拷少参数了还找半天,,,,,,,, [root@node02 b
阅读全文
posted @ 2023-04-18 16:51 beawh
阅读(2314)
评论(0)
推荐(0)
2023年4月13日
kubectl get cs显示unhealthy的解决办法
摘要: 注释掉 # --port=0 [root@k8s-master-01 ~]# vim /etc/kubernetes/manifests/kube-scheduler.yaml[root@k8s-master-01 ~]# vim /etc/kubernetes/manifests/kube-con
阅读全文
posted @ 2023-04-13 15:02 beawh
阅读(29)
评论(0)
推荐(0)
2023年4月8日
马哥课程回顾-----service
摘要: 1、pod ip经常变化,service 是pod的代理,客户端访问service就会把请求代理到pod; 2、pod ip在k8s集群之外无法访问,service 可以在k8s集群之外访问。 service 依赖域名解析的 Coredns组件的。kube-proxy监测到Service变化 转换成
阅读全文
posted @ 2023-04-08 16:08 beawh
阅读(24)
评论(0)
推荐(0)
2023年4月7日
wgcloud监控agent批量版本升级脚本
摘要: sed '/^serverUrl=/!d;s/.*=//' ./config/application.properties 非serverUrl 开头 删掉,然后=号左边的包含等号替换成空格 。 var="version=3.4.5"#sed '/^version=/c'$var'' 11.txt
阅读全文
posted @ 2023-04-07 11:10 beawh
阅读(43)
评论(0)
推荐(0)
2023年4月6日
马哥课程回顾-----pod
摘要: kubectl apply -f pod1.yaml kubectl get pod kubectl exec -it pod1 -c testpod-dev -- /bin/bash //pod1是本实验的Pod名称,testpod-dev是本实验pod1中的容器名称,该docker容器部署了ng
阅读全文
posted @ 2023-04-06 14:06 beawh
阅读(25)
评论(0)
推荐(0)
马哥课程回顾-----replicationcontroller
摘要: 实际工作中,很少单独操作Pod的,之所以k8s能够“自愈”,就是通过rc(ReplicationController)、rs(ReplicaSet)、Deployment等这些组件,再加上k8s核心controller工作机制来实现的。 扩容和缩容 kubectl scale replication
阅读全文
posted @ 2023-04-06 13:48 beawh
阅读(19)
评论(0)
推荐(0)
马哥课程回顾----deployment
摘要: 原来k8s与docker 对结通过 CRI 》dockershim >docker daemon kubelet : 1、cri-docker >docker CE (daemon) 2、containerd ( 是 docker 捐献给CNNF 云原生组织的) dokcer 容器4个组件 dock
阅读全文
posted @ 2023-04-06 11:50 beawh
阅读(36)
评论(0)
推荐(0)
2023年3月28日
留着备看
摘要: (154条消息) CI/CD_愿许浪尽天涯的博客-CSDN博客
阅读全文
posted @ 2023-03-28 19:43 beawh
阅读(10)
评论(0)
推荐(0)
2023年3月25日
马哥课程回顾-Linux基础 && RBAC
摘要: 1 查看cpu lscpu cat /proc/cpuinfo 2 查看内存 free cat /proc/meminfo 3 查看硬盘分区 lsblk cat /proc/partitions 4 内核版本 uname -r 5发行版本 cat /etc/os-release cat /etc/r
阅读全文
posted @ 2023-03-25 12:00 beawh
阅读(70)
评论(0)
推荐(0)
2023年3月24日
飞致云 jumpserver
摘要: curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash 或者容器 docker run -d --name jumpserver -h
阅读全文
posted @ 2023-03-24 11:49 beawh
阅读(211)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
44
下一页
公告