Skip to content

Commit 2cb0ca1

Browse files
committed
更新 README
1 parent 2d2c342 commit 2cb0ca1

File tree

6 files changed

+45
-22
lines changed

6 files changed

+45
-22
lines changed

.nojekyll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.gitignore
2+
.git
3+
.DS_Store

docs/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1+
##### 基础设施环境构建
12

3+
专注IaC = *Infrastructure as Code*
24

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+
> 主机系统安全、网络安全
424

docs/_coverpage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# SYAVINGCS
44

5-
> 根据日常运维工作进行构建自己的运维体系
5+
> 构建自己的学习体系
66
77
[GitHub](https://github.com/15b883/Ops.git)
8-
[Get Started](README)
9-
8+
[首页](README)

docs/_sidebar.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11

22

33
* [简介](README.md)
4-
4+
* [网络](/network/README.md)
55
* [构建基础设施](/infrastructure-construction/README.md)
6-
76
* [自动化配置管理](/automatic-configuration/README.md)
8-
97
* [代码管理](/code-management/README.md)
10-
118
* [持续集成](/cicd/README.md)
12-
13-
* [网络](/network/README.md)
14-
159
* 容器
16-
1710
* 编排
18-
1911
* 监控
20-
2112
* [常用链接](link.md)
2213

23-
24-
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
基础环境
22

3-
本地 vmware
3+
公司数据中心环境与公有云环境(测试、预发布、生产)
44

5-
公有云
5+
vmware vCenter、AWS、Azure、阿里云、腾讯云
66

7+
**1、通过terraform进行管理**
78

9+
2、通过手动管理
810

9-
1、通过手动管理
11+
3、通过脚本进行管理
1012

11-
2、通过脚本进行管理
1213

13-
3、通过terraform进行管理
1414

docs/network/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
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

0 commit comments

Comments
 (0)