∑ DevOps roadmap 运维路线图
自绘路线图
! [[ 🧩 DevOps成长路线图.canvas ]]
文字版
- 选一个编程语言学习,要有自动化能力
- 左
- 右
- 理解各种操作系统的概念
- 学习实际操作
- 操作系统
- [[ Windows ]]
-
[[ Linux ]]
- [[ Ubuntu ]]
- [[ Debian ]]
- [[ SUSE linux ]]
- [[ RHEL / Derivatives ]]
-
[[ Unix ]]
- [[ FreeBSD ]]
- [[ OpenBSD ]]
- 学会使用Terminal
- 操作多个terminal
- [[ screen ]]
- [[ tmux ]]
- 进程监控
- [[ ps ]]
- [[ top ]]
- [[ htop ]]
- [[ atop ]]
- [[ lsof ]]
- 系统性能
- [[ nmon ]]
- [[ iostat ]]
- [[ sar ]]
- [[ vmstat ]]
- 网络工具
- [[ traceroute ]]
- [[ mtr ]]
- [[ ping ]]
- [[ nmap ]]
- [[ netstat ]]
- [[ ufw , firewalld ]]
- [[ tcpdump ]]
- [[ iptables , nftables ]]
- [[ dig ]]
- [[ scp ]]
- 操作多个terminal
- 操作系统
- 网络、安全和协议
- [[ HTTP ]]
- [[ HTTPS ]]
- [[ FTP , SFTP ]]
- [[ SSL , TLS ]]
- SSH
- [[ Port Forwarding 端口转发 ]]
- 是什么以及如果配置
- [[ Reverse Proxy 反向代理 ]]
- [[ Forward Proxy 正向代理 ]]
- [[ Firewall 防火墙 ]]
- [[ Caching Server 缓存服务 ]]
- [[ Load Balancer 负载均衡 ]]
-
[[ Web Server 服务器 ]]
- nginx
- [[ Apache ]]
- [[ Tomcat ]]
- 基础设施即代码
- 学习一些 [[ CI/CD ]]工具
- [[ jenkins ]]
- github action
- [[ Circle CI ]]
- [[ Gitlab CI ]]
- 学习如何监控软件和基础设施