会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
呆瓜小贼66
博客园
首页
新随笔
联系
订阅
管理
随笔 - 114
文章 - 0
评论 - 16
阅读 -
19万
1
2
3
4
5
···
12
下一页
2025年5月26日
k3s的安装
摘要: 在 K3s 中,节点分为 server 节点(替代传统 Kubernetes 的 master 节点)和 agent 节点(替代 worker 节点)。以下是在 Linux 环境下部署 K3s 集群的详细步骤: 一、环境准备 系统要求: 操作系统:Ubuntu 18.04+/CentOS 7+/RH
阅读全文
posted @ 2025-05-26 15:39 呆瓜小贼66
阅读(24)
评论(1)
推荐(0)
2025年4月25日
git撤销相关操作
摘要: git撤销相关操作 Level 1 工作目录 git checkout -- . 撤销不被git跟踪的文件git clean -n 查看git clean -f 删除 Level 2 暂存区 (git add 后) 先:git reset HEADgit reset HEAD <file_path>
阅读全文
posted @ 2025-04-25 10:02 呆瓜小贼66
阅读(4)
评论(0)
推荐(0)
2025年4月23日
Cert Manager在k8s中的使用
摘要: 学习参考链接 https://www.bilibili.com/video/BV1qa411V7xs/?spm_id_from=333.337.search-card.all.click&vd_source=0372d3f32c3f19a6a2676a7529d6698a https://tech.
阅读全文
posted @ 2025-04-23 16:03 呆瓜小贼66
阅读(78)
评论(0)
推荐(0)
DevOps中Jenkins的使用
摘要: 学习参考资源: https://www.jenkins.io/doc/book/getting-started/ https://www.bilibili.com/video/BV1fnwhe2EWe/?spm_id_from=333.1391.0.0&p=9&vd_source=0372d3f32
阅读全文
posted @ 2025-04-23 11:08 呆瓜小贼66
阅读(31)
评论(1)
推荐(0)
2025年4月22日
DevOps管理和工作
摘要: DevOps概念 DevOps主要任务:缩短市场响应时间, 减少技术债务,消除脆弱性自动化是DevOps价值流 实施和优化过程的重要手段 DevOps工作内容 a. DevOps整体管理1.提出项目DevOps计划,并实施2.跟management team有效沟通 b. 基础设施管理1.从项目角度
阅读全文
posted @ 2025-04-22 15:58 呆瓜小贼66
阅读(8)
评论(0)
推荐(0)
2023年7月27日
Groovy中文手册
摘要: 转自:http://www.17bigdata.com/book/groovy/GROOVYJiaoCheng/GROOVYGaiShu.html
阅读全文
posted @ 2023-07-27 11:21 呆瓜小贼66
阅读(54)
评论(0)
推荐(0)
2023年6月20日
配置ssh免密登陆
摘要: 转自:https://www.jianshu.com/p/883afb4f94ec 单向登陆的操作过程(能满足上边的目的): 1、登录A机器 2、ssh-keygen -t [rsa|dsa],将会生成密钥文件和私钥文件 id_rsa,id_rsa.pub或id_dsa,id_dsa.pub 3、将
阅读全文
posted @ 2023-06-20 10:52 呆瓜小贼66
阅读(127)
评论(0)
推荐(0)
2023年6月19日
Ansible模块介绍
摘要: 转自: https://blog.csdn.net/weixin_53388991/article/details/127533067
阅读全文
posted @ 2023-06-19 17:54 呆瓜小贼66
阅读(8)
评论(0)
推荐(0)
Ansible学习
摘要: 转自: http://www.ansible.com.cn/index.html
阅读全文
posted @ 2023-06-19 09:06 呆瓜小贼66
阅读(11)
评论(0)
推荐(0)
2023年6月15日
Terraform学习
摘要: 转自:https://blog.csdn.net/u012562943/category_7644872.html https://zhanghaiyang.blog.csdn.net/?type=blog
阅读全文
posted @ 2023-06-15 10:45 呆瓜小贼66
阅读(11)
评论(0)
推荐(0)
1
2
3
4
5
···
12
下一页
公告
昵称:
呆瓜小贼66
园龄:
8年10个月
粉丝:
25
关注:
27
+加关注
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
RPA
(2)
UIPath
(1)
HybridOps
(1)
DevOps
(1)
BluePrism
(1)
AIOps
(1)
积分与排名
积分 - 102640
排名 - 15354
随笔分类
Agile(1)
Appium(6)
APP测试(1)
Big data(11)
Cloud(2)
DevOps(7)
Docker(4)
Python(2)
Restful(4)
robot framework(2)
RPA(2)
Selenium(17)
Web开发(3)
XPath(1)
持续集成相关(11)
管理相关(2)
其他理论(2)
微服务(4)
微信开发(1)
性能测试(2)
自动化测试(6)
更多
随笔档案
2025年5月(1)
2025年4月(4)
2023年7月(1)
2023年6月(6)
2023年5月(3)
2023年4月(1)
2023年3月(1)
2021年8月(1)
2020年8月(1)
2020年7月(4)
2020年6月(2)
2020年4月(3)
2020年3月(3)
2019年12月(2)
2019年7月(1)
2019年4月(2)
2019年3月(11)
2019年2月(5)
2019年1月(2)
2018年12月(1)
2018年11月(3)
2018年10月(2)
2018年9月(11)
2018年8月(9)
2018年6月(2)
2018年2月(1)
2017年9月(1)
2017年3月(1)
2017年2月(2)
2017年1月(4)
2016年12月(2)
2016年11月(6)
2016年10月(4)
2016年9月(1)
2016年8月(8)
2016年7月(2)
更多
阅读排行榜
1. 关于学习的时间定律-21小时、1000小时、5000小时、10000小时(26640)
2. 通过POST请求上传文件(21697)
3. Splunk大数据分析经验分享(15726)
4. RPA流程自动化-Blueprism认证考试介绍(15076)
5. AppiumDesktop用法介绍(8802)
评论排行榜
1. RPA流程自动化-Blueprism认证考试介绍(8)
2. AppiumDesktop用法介绍(2)
3. k3s的安装(1)
4. DevOps中Jenkins的使用(1)
5. rsyslog 配置(1)
推荐排行榜
1. SnakeYaml快速入门(2)
2. Json递归解析实例(2)
3. Splunk大数据分析经验分享(2)
4. RPA流程自动化-Blueprism认证考试介绍(2)
5. rsyslog 配置(1)
最新评论
1. Re:k3s的安装
k3s master节点默认安装SQLite,SQLite无法支持master节点高可用 如需装3 master节点高可用集群,需安装etcd数据库,安装时带上参数 --cluster-init...
--呆瓜小贼66
2. Re:DevOps中Jenkins的使用
podman run -d -v /home/jenkins_home:/var/jenkins_home -p 8080:8080 -p 50000:50000 --restart=on-failu...
--呆瓜小贼66
3. Re:禅道和JIRA大对比
您好,感谢您的认可。麻烦您删除我写的这篇文章吧,时间有点久远了,很多对比的内容也没有参考意义了。所以希望您可以删除这篇文章,后期我会出一篇新的,如果还认可,可以再转发。
--zhengqiaoyin
4. Re:rsyslog 配置
xuexi le !
--规格严格-功夫到家
5. Re:RPA流程自动化-Blueprism认证考试介绍
我考过了,多谢楼主!题库我是在淘宝买的,非常有用!
--fushao1
点击右上角即可分享