会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ForrestZhang
博客园
首页
新随笔
联系
订阅
管理
2022年4月13日
Kubernetes minikube 实验环境搭建
摘要: 硬件:ASUS 53T OS: Windows 10 Pro 21H1, 64-bit operating system, x64-based processor 1, Download minikube.exe from https://storage.googleapis.com/minikub
阅读全文
posted @ 2022-04-13 21:50 ForrestZhang
阅读(45)
评论(0)
推荐(0)
2022年3月19日
IT运维面试问题总结-运维工具、开源应用(Ansible、Ceph、Docker、Apache、Nginx、etc)
摘要: 版权声明:本文为CSDN博主「sinat_28371057」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/sinat_28371057/article/details/113811701
阅读全文
posted @ 2022-03-19 22:47 ForrestZhang
阅读(253)
评论(0)
推荐(0)
运维面试题
摘要: 1、mysql主从原理 Slave开启I/O线程来请求master服务器,请求指定bin-log Master端收到请求,Master端I/O线程响应请求通过bin-log将内容返给salve Slave将收到的内容存入relay-log中继日志中 Slave端SQL实时监测relay-log日志有
阅读全文
posted @ 2022-03-19 22:32 ForrestZhang
阅读(407)
评论(0)
推荐(0)
Linux系统学习
摘要: 转自 https://www.jianshu.com/nb/14450050
阅读全文
posted @ 2022-03-19 22:32 ForrestZhang
阅读(7)
评论(0)
推荐(0)
Ansible面试题
摘要: 1、Ansible是什么? Ansible是一个自动化运维工具,基于Python开发,集合了众多运维工具的优点,可以实现批量系统配置、批量程序部署、批量运行命令等功能。并且它是基于模块工作的,本身没有批量部署的能力,真正批量部署的是ansible所运行的模块,而ansible只是提供一种框架。 2、
阅读全文
posted @ 2022-03-19 17:27 ForrestZhang
阅读(3007)
评论(0)
推荐(0)
2022年3月14日
ELK+Filebeat+Kafka+ZooKeeper 构建海量日志分析平台
摘要: 转载: https://my.oschina.net/xuesong0204/blog/919760 架构图:
阅读全文
posted @ 2022-03-14 17:41 ForrestZhang
阅读(50)
评论(0)
推荐(0)
2022年3月11日
ElasticSearch+Logstash+Kibana(ELK)架构图
摘要: ELK 架构图 Overall: Type1: Type2: 转载:https://blog.csdn.net/weixin_44208042/article/details/90381310?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_re
阅读全文
posted @ 2022-03-11 16:21 ForrestZhang
阅读(344)
评论(0)
推荐(0)
2022年3月3日
Shell命令之sed和awk
摘要: 1, sed 删除指定行。 sed -i '*d' filename; 2, sed 删除多行。 sed -i '*,*d' filename; 3, sed删除最后一行。 sed -i '$d' filename; 4, sed替换文本文件中所有出现的字符。 sed -i 's/abc/def/g
阅读全文
posted @ 2022-03-03 14:18 ForrestZhang
阅读(108)
评论(0)
推荐(0)
2021年9月24日
Docker网络模型有几种
摘要: 单机网络模型 在安装docker之后,docker就会有4中网络模型: 1,bridge 模式,使用 --net=bridge 指定,默认设置。 2,host 模式,使用 --net=host 指定。 3,none 模式,使用 --net=none 指定。 4,container 模式,使用 --n
阅读全文
posted @ 2021-09-24 13:36 ForrestZhang
阅读(213)
评论(0)
推荐(0)
2021年9月7日
Kubernetes的组件有哪些
摘要: 引用:https://www.cnblogs.com/smail-bao/p/11995923.html 引用:https://www.cnblogs.com/zhangpeiyao/p/13521103.html 引用:https://blog.csdn.net/qq_37896194/artic
阅读全文
posted @ 2021-09-07 10:54 ForrestZhang
阅读(631)
评论(0)
推荐(0)
公告