You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/version-2.0/reference/glossary.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,4 +240,41 @@ Linux visual machine (VM) is the same with instance at cloud platform
240
240
241
241
## Websoft9 Console
242
242
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.
0 commit comments