Skip to content

Commit d7fb812

Browse files
add new
1 parent 1b70043 commit d7fb812

2 files changed

Lines changed: 83 additions & 2 deletions

File tree

  • i18n/en/docusaurus-plugin-content-docs/version-2.0/reference
  • versioned_docs/version-2.0/reference

i18n/en/docusaurus-plugin-content-docs/version-2.0/reference/glossary.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,41 @@ Linux visual machine (VM) is the same with instance at cloud platform
240240

241241
## Websoft9 Console
242242

243-
Use **Websoft9 Console** as a whole, Console is ambiguous when used on its own
243+
Use **Websoft9 Console** as a whole, Console is ambiguous when used on its own
244+
245+
## IT Operations
246+
247+
Operations (IT Operation) refers to the management and maintenance of IT systems to ensure their stable and efficient operation.
248+
249+
## Automated Operations
250+
251+
Automated operations utilize tools and technologies to automatically execute operational tasks, reducing manual intervention and improving efficiency and accuracy.
252+
253+
## GitOps
254+
255+
[GitOps](https://www.gitops.tech/) is a Git-based operational method that achieves automated deployment and management by storing infrastructure and application configurations in a Git repository. It leverages Git's version control and auditing features to ensure environmental consistency and traceability, simplifying continuous delivery and infrastructure management processes.
256+
257+
## IaC
258+
259+
IaC (Infrastructure as Code) is a method for managing and configuring computing infrastructure by defining and managing infrastructure resources, such as servers, networks, and storage, through code. IaC enables the automation and repeatability of infrastructure deployment, updates, and version control, improving efficiency and consistency.
260+
261+
## AIOps
262+
263+
AIOps (Artificial Intelligence for IT Operations) enhances IT operations capabilities by utilizing artificial intelligence and machine learning technologies. It analyzes large amounts of data to automatically identify and resolve issues, optimize system performance, and improve operational efficiency, helping teams respond more quickly to faults and changes.
264+
265+
## Cloud Platform
266+
267+
A cloud platform (IaaS) is an online environment that provides computing resources, storage, networking, and application services, allowing users to access and manage these resources on demand via the internet. It enables businesses and individuals to flexibly scale resources up or down, reducing IT costs and improving efficiency. Common cloud platforms include AWS, Azure, Google Cloud, Alibaba Cloud, and HUAWEICLOUD.
268+
269+
Cloud platforms are typically categorized based on their geography and ownership:
270+
271+
- **Public Cloud** is shared cloud resources provided by third-party service providers, suitable for a wide range of users.
272+
- **Private Cloud** is a cloud environment dedicated to a single organization, offering higher security and control.
273+
- **Hybrid Cloud** combines the advantages of both public and private clouds, allowing data and applications to move flexibly between the two.
274+
275+
## Domain Name
276+
277+
A domain name is an address used to identify a website on the internet, making it easier for users to access. It typically consists of two parts:
278+
279+
- **Domain Binding** is the association of a domain name with a server's IP address.
280+
- **Domain Resolution** is the process of converting a domain name into an IP address.

versioned_docs/version-2.0/reference/glossary.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ slug: /glossary
99

1010
## 产品
1111

12+
#### 部署
13+
14+
部署是将应用程序或系统安装到目标环境中,使其可供用户使用的过程。这个过程包括配置、测试和发布软件,以确保其正常运行。
15+
16+
#### 自动化部署
17+
18+
自动化部署是利用工具和脚本自动执行软件部署过程,减少人工干预,提高效率和一致性,确保快速、可靠地将应用程序发布到生产环境。
19+
1220
#### 应用托管
1321

1422
应⽤托管(Application Hosting Services)提供⼀整套的服务,包括服务器的租⽤、应⽤程序的部署、维护、⾃动化更新和扩展等。它们为⽤⼾提供了⼀个可以直接部署和管理应⽤程序的环境。⽤托管平台的⽤⼾通常不需要有太多的技术背景。这些平台为⽤⼾简化了技术复杂性,⽤⼾可以专注于应⽤程序的开发和业务运营。
@@ -77,8 +85,44 @@ Websoft9 应用商店的每个应用,都是由一个或多个容器组成的
7785

7886
先按需开通和释放资源,先使用后付费。一般是每小时计费一次,部分云平台支持按秒付费。
7987

88+
#### IT 运维
89+
90+
运维(IT Operation)是对IT系统的管理与维护,确保其稳定、高效运行。
91+
92+
#### 自动化运维
93+
94+
自动化运维是利用工具和技术自动执行运维任务,减少人工干预,提高效率和准确性。
95+
96+
#### GitOps
97+
98+
[GitOps](https://www.gitops.tech/) 是一种基于 Git 的运维方法,通过将基础设施和应用配置存储在 Git 仓库中,实现自动化部署和管理。它利用Git的版本控制和审计功能,确保环境一致性和可追溯性,简化了持续交付和基础设施管理的流程。
99+
100+
#### IaC
101+
102+
IaC(基础设施即代码)是一种管理和配置计算基础设施的方法,通过代码定义和管理基础设施资源,如服务器、网络和存储。IaC使得基础设施的部署、更新和版本控制变得自动化和可重复,提高了效率和一致性。
103+
104+
#### AIOps
105+
106+
AIOps(人工智能运维)是利用人工智能和机器学习技术来增强IT运维的能力。它通过分析大量数据,自动识别和解决问题,优化系统性能,提高运维效率,帮助团队更快地响应故障和变化。
107+
108+
## 云资源
109+
110+
#### 云平台
111+
112+
云平台(IaaS)是提供计算资源、存储、网络和应用服务的在线环境,用户可以通过互联网按需访问和管理这些资源。它允许企业和个人灵活地扩展和缩减资源,降低IT成本,提高效率。常见的云平台包括 AWS、Azure、Google Cloud, Alibaba Cloud, HUAWEICLOUD 等。
113+
114+
云平台根据其地域和归属权,通常划分为:
115+
116+
- **公有云**是由第三方服务提供商提供的共享云资源,适合广泛用户。
117+
- **私有云**是为单一组织专用的云环境,提供更高的安全性和控制。
118+
- **混合云**结合了公有云和私有云的优势,允许数据和应用在两者之间灵活移动。
119+
120+
#### 域名
121+
122+
域名(Domain)是互联网中用于标识网站的地址,便于用户访问。它通常包含两个部分:
80123

81-
## 云平台
124+
- **域名绑定**是将域名与服务器IP地址关联
125+
- **域名解析**是将域名转换为IP地址的过程。
82126

83127
#### 云市场
84128

0 commit comments

Comments
 (0)