File tree Expand file tree Collapse file tree 6 files changed +45
-22
lines changed
infrastructure-construction Expand file tree Collapse file tree 6 files changed +45
-22
lines changed Original file line number Diff line number Diff line change
1
+ .gitignore
2
+ .git
3
+ .DS_Store
Original file line number Diff line number Diff line change
1
+ ##### 基础设施环境构建
1
2
3
+ 专注IaC = * Infrastructure as Code*
2
4
3
- 根据日常运维工作进行构建自己的运维体系
5
+ > ** terraform、cdk、ansible** 、salt、** k8s**
6
+
7
+ ##### 更加完善的环境
8
+
9
+ 高可用性、弹性、自动化、持续化
10
+
11
+ > ** cicd、ansible** 、salt、k8s
12
+
13
+ ##### 数据
14
+
15
+ 公司以数据为本
16
+
17
+ > 文件数据备份、数据库备份
18
+
19
+ ##### 安全
20
+
21
+ 公司以安全运行为本
22
+
23
+ > 主机系统安全、网络安全
4
24
Original file line number Diff line number Diff line change 2
2
3
3
# SYAVINGCS
4
4
5
- > 根据日常运维工作进行构建自己的运维体系
5
+ > 构建自己的学习体系
6
6
7
7
[ GitHub] ( https://github.com/15b883/Ops.git )
8
- [ Get Started] ( README )
9
-
8
+ [ 首页] ( README )
Original file line number Diff line number Diff line change 1
1
2
2
3
3
* [ 简介] ( README.md )
4
-
4
+ * [ 网络 ] ( /network/README.md )
5
5
* [ 构建基础设施] ( /infrastructure-construction/README.md )
6
-
7
6
* [ 自动化配置管理] ( /automatic-configuration/README.md )
8
-
9
7
* [ 代码管理] ( /code-management/README.md )
10
-
11
8
* [ 持续集成] ( /cicd/README.md )
12
-
13
- * [ 网络] ( /network/README.md )
14
-
15
9
* 容器
16
-
17
10
* 编排
18
-
19
11
* 监控
20
-
21
12
* [ 常用链接] ( link.md )
22
13
23
-
24
-
Original file line number Diff line number Diff line change 1
1
基础环境
2
2
3
- 本地 vmware
3
+ 公司数据中心环境与公有云环境(测试、预发布、生产)
4
4
5
- 公有云
5
+ vmware vCenter、AWS、Azure、阿里云、腾讯云
6
6
7
+ ** 1、通过terraform进行管理**
7
8
9
+ 2、通过手动管理
8
10
9
- 1、通过手动管理
11
+ 3、通过脚本进行管理
10
12
11
- 2、通过脚本进行管理
12
13
13
- 3、通过terraform进行管理
14
14
Original file line number Diff line number Diff line change 1
- 网络
1
+ # 网络构架设计
2
+
3
+
4
+
5
+ 1、每个环境的网络段不通,即VPC CIDR不同
6
+
7
+ 2、每个VPC包含不同的subnet,不同的业务不同的subnet
8
+
9
+ 3、主机IP进行固定或者在一定范围内的随机分配
10
+
11
+
12
+
13
+ TCP/IP、OSI、DNS、VPN
You can’t perform that action at this time.
0 commit comments