1
+ site_name : Journey to Become a DevOps
2
+ # site_url: https://devops.vinahost.vn
3
+ site_description : Hành trình trở thành DevOps
4
+ site_author : Vinahost Team
5
+
6
+ repo_url : https://github.com/vinahost/DevOps
7
+ edit_uri : blob/master/docs/
8
+ # docs_dir: /root/devops/docs/DevOps/
9
+
10
+ theme :
11
+ name : material
12
+ locale : en
13
+ favicon : favicon/favicon.ico
14
+ logo : favicon/favicon.png
15
+ icon :
16
+ repo : fontawesome/brands/github
17
+ highlightjs : true
18
+ palette :
19
+
20
+ # Palette toggle for automatic mode
21
+ - media : " (prefers-color-scheme)"
22
+ toggle :
23
+ icon : material/brightness-auto
24
+ name : Switch to light mode
25
+
26
+ # Palette toggle for light mode
27
+ - media : " (prefers-color-scheme: light)"
28
+ scheme : default
29
+ toggle :
30
+ icon : material/brightness-7
31
+ name : Switch to dark mode
32
+
33
+ # Palette toggle for dark mode
34
+ - media : " (prefers-color-scheme: dark)"
35
+ scheme : slate
36
+ toggle :
37
+ icon : material/brightness-4
38
+ name : Switch to system preference
39
+ features :
40
+ - content.code.copy
41
+ - content.code.annotate
42
+ - content.tabs.link
43
+ - content.tooltips
44
+ - search.suggest
45
+ - navigation.instant
46
+ - navigation.instant.prefetch
47
+ - navigation.tracking
48
+ - navigation.footer
49
+ - navigation.path
50
+ - navigation.prune
51
+ - navigation.indexes
52
+ - search.highlight
53
+ - search.share
54
+ - search.suggest
55
+ - toc.follow
56
+ - navigation.top
57
+
58
+ hljs_languages :
59
+ - yaml
60
+ - django
61
+ - python
62
+ - ruby
63
+ plugins :
64
+ - search
65
+ # - open-in-new-tab
66
+ - glightbox :
67
+ touchNavigation : true
68
+ loop : false
69
+ effect : zoom
70
+ slide_effect : slide
71
+ width : 100%
72
+ height : auto
73
+ zoomable : true
74
+ draggable : true
75
+ skip_classes :
76
+ - custom-skip-class-name
77
+ auto_caption : false
78
+ caption_position : bottom
79
+ # - optimize:
80
+ # cache: true
81
+
82
+ nav :
83
+ - Trang chủ : README.md
84
+ - Giới thiệu DevOps :
85
+ - DevOps là gì? : Overview/DevOps-la-gi.md
86
+ - Roadmap để trở thành DevOps : Overview/DevOps-Roadmap.md
87
+ - Vòng đời DevOps : Overview/DevOps-Lifecycle.md
88
+ - DevOps và Agile : Overview/DevOps-Agile.md
89
+ - Quy trình DevOps : Overview/Quy-Trinh-DevOps.md
90
+ - Microservices, Monolith với Devops : Overview/Microservices-Monolith-DevOps.md
91
+ - DevOps và ngôn ngữ lập trình :
92
+ - DevOps và ngôn ngữ lập trình : Programming-Langguage/Ngon-Ngu-Lap-Trinh-DevOps.md
93
+ - YAML là gì? : Programming-Langguage/YAML.md
94
+ - Lập trình với Python :
95
+ - Thiết lập môi trường DevOps cho Python : Programming-Langguage/Python/Bat-Dau-Voi-Python.md
96
+ - Introduction to Python : Programming-Langguage/Python/Introduction-to-Python.md
97
+ - Python Loops, functions, modules and libraries : Programming-Langguage/Python/Python-4-Concepts.md
98
+ - Python Data Structures and OOP : Programming-Langguage/Python/Python-Data-Structures-OOP.md
99
+ - Python Debugging, Testing and Regular expression : Programming-Langguage/Python/Python-Debugging-Testing-Regular.md
100
+ - Web development in Python : Programming-Langguage/Python/Web-development-in-Python.md
101
+ - Automation with Python : Programming-Langguage/Python/Automation-with-Python.md
102
+ - Build an App in Python : Programming-Langguage/Python/Build-an-App-in-Python.md
103
+ - Làm game với Python :
104
+ - Lập trình game cơ bản với Pygame 01 : Programming-Langguage/Python/Python-Pygame01.md
105
+ - Lập trình game cơ bản với Pygame 02 : Programming-Langguage/Python/Python-Pygame02.md
106
+ - Cuộn Nền Trong Game Với Pygame : Programming-Langguage/Python/Scrolling-Background.md
107
+ - Xử Lý Va Chạm Trong Game Với Pygame : Programming-Langguage/Python/Collision-Pygame.md
108
+ - Lập Trình Game Flappy Bird với Pygame : Programming-Langguage/Python/Flappy-Bird-Pygame.md
109
+ - Lập Trình Game Flappybird Với Python có âm thanh : Programming-Langguage/Python/Flappy-Bird-Pygame-v2.md
110
+ - Lập Trình Game Đua Xe Với Pygame : Programming-Langguage/Python/Racing-Pygame.md
111
+ - Game Cờ Caro Qua Mạng LAN Bằng Python : Programming-Langguage/Python/Caro-LAN-Python.md
112
+ - Lập Trình Game Rắn Săn Mồi Với Python : Programming-Langguage/Python/Snake-Python.md
113
+ - Làm Game Space Invaders Bằng Python : Programming-Langguage/Python/Game-Space-Invaders-Python.md
114
+ - Lập trình với GoLang :
115
+ - Thiết lập môi trường DevOps cho GoLang : Programming-Langguage/GoLang/DevOps-Va-GoLang.md
116
+ - Hello World với Go : Programming-Langguage/GoLang/Hello-World-GoLang.md
117
+ - Go Workspace : Programming-Langguage/GoLang/Go-Workspace.md
118
+ - Biến, hằng số và kiểu dữ liệu : Programming-Langguage/GoLang/Bien-Hang-So-Go.md
119
+ - Go nhận giá trị đầu vào : Programming-Langguage/GoLang/Go-Nhan-Gia-Tri-Bien.md
120
+ - Ứng dụng GoLang với Twitter : Programming-Langguage/GoLang/Twitter-Voi-GoLang.md
121
+
122
+ - Kiến thức cơ bản về Linux :
123
+ - Mối liên hệ giữa DevOps với Linux : OS/Basic/DevOps-va-Linux.md
124
+ - Vagrant là gì? : OS/Basic/Vagrant-la-gi.md
125
+ - Thực hành Linux với HashiCorp Vagrant : OS/Basic/HashiCorp-Vagrant.md
126
+ - Các lệnh Linux cho DevOps : OS/Basic/Linux-Basics.md
127
+ - Cài phần mềm trên Linux : OS/Basic/Install-Software-Linux.md
128
+ - Câu lệnh Find trong Linux : OS/Basic/Lenh-Find-Trong-Linux.md
129
+ - Quản lý Hệ thống Linux, Hệ thống Flie và Lưu trữ : OS/Basic/File-System-Linux.md
130
+ - Text Editors chọn nano hay vim : OS/Basic/Linux-Nano-Vim.md
131
+ - SSH và Webserver (LAMP) : OS/Basic/SSH-Webserver.md
132
+ - Tự động hóa với BASH : OS/Basic/Tu-Dong-Hoa-Voi-Bash.md
133
+ - Thao tác trên Ubuntu Desktop : OS/Basic/Ubuntu-Desktop.md
134
+ - Kiến thức về mạng Network :
135
+ - DevOps và Mạng máy tính : Networking/DevOps-Networking.md
136
+ - Mô hình OSI 7 lớp mạng : Networking/Mo-hinh-7-lop-OSI.md
137
+ - Giao thức mạng : Networking/Network-Protocols.md
138
+ - Giao thức TCP và UDP là gì ? : Networking/TCP-UDP.md
139
+ - Tự động hoá mạng máy tính : Networking/Network-Automation.md
140
+ - Tự động hoá Network với Python : Networking/Python-Network-Automation.md
141
+ - Xây dựng Lab Network với EVE-NG : Networking/EVE-NG.md
142
+ - Thực hành Network với Python : Networking/Working-With-Python.md
143
+ - Cloud Provider :
144
+ - DevOps và Cloud Computing : Cloud-Provider/Overview-DevOps-The-Cloud.md
145
+ - DevOps và các Cloud Provider : Cloud-Provider/DevOps-Cloud-Provider.md
146
+ - Alibaba Cloud :
147
+ - Kiến thức cơ bản về Alibaba Cloud : Cloud-Provider/Alibaba-Cloud/Alibaba-Cloud-la-gi.md
148
+ - Server Migration Center SMC là gì? : Cloud-Provider/Alibaba-Cloud/Server-Migration-Center-SMC-la-gi.md
149
+ # - Mô hình bảo mật Alibaba Cloud: Update.md
150
+ # - Mô hình Điện toán Alibaba Cloud: Update.md
151
+ # - Mô hình lưu trữ và cơ sở dữ liệu Alibaba Cloud: Update.md
152
+ # - Mô hình Mạng Alibaba Cloud: Update.md
153
+ - Hướng dẫn tạo Elastic Compute Service (ECS) : Cloud-Provider/Alibaba-Cloud/Elastic-Compute-Service-ECS.md
154
+ - Hướng dẫn tạo Object Storage Service (OSS) : Cloud-Provider/Alibaba-Cloud/Object-Storage-Service-OSS.md
155
+ - Hướng dẫn tạo và cấp quyền cho tài khoản RAM : Cloud-Provider/Alibaba-Cloud/Resource-Access-Management-RAM.md
156
+ - Hướng dẫn sử dụng Alibaba Cloud Pricing Calculator : Cloud-Provider/Alibaba-Cloud/Alibaba-Cloud-Pricing-Calculator.md
157
+ - Hướng dẫn sử dụng ApsaraVideo VOD Calculator : Cloud-Provider/Alibaba-Cloud/ApsaraVideo-VOD-Calculator.md
158
+ - Quản lý cơ sở dữ liệu RDS trên Alibaba Cloud : Cloud-Provider/Alibaba-Cloud/Quan-Ly-RDS-Alibaba-Cloud.md
159
+ - Billing Management trên Aliaba Cloud : Cloud-Provider/Alibaba-Cloud/Budget-Management-tren-Alibaba-Cloud.md
160
+ - Hướng dẫn gởi ticket trên Alibaba Cloud : Cloud-Provider/Alibaba-Cloud/Ticket-Submit-Alibaba-Cloud.md
161
+ - Microsoft Azure :
162
+ - Kiến thức cơ bản về Microsoft Azure : Cloud-Provider/Microsoft-Azure/Microsoft-Azure.md
163
+ - Bảo mật trong Microsoft Azure : Cloud-Provider/Microsoft-Azure/Securiy-Microsoft-Azure.md
164
+ - Mô hình Điện toán Microsoft Azure : Cloud-Provider/Microsoft-Azure/Microsoft-Azure-Compute-Models.md
165
+ - Lưu trữ và cơ sở dữ liệu Microsoft Azure : Cloud-Provider/Microsoft-Azure/Microsoft-Azure-Storage-Models.md
166
+ - Hệ thống Mạng và Management trong Microsoft Azure : Cloud-Provider/Microsoft-Azure/Microsoft-Azure-Networking-Management.md
167
+ - Thực hành với Microsoft Azure : Cloud-Provider/Microsoft-Azure/Thuc-hanh-voi-Microsoft-Azure.md
168
+ - Git căn bản :
169
+ - Git là gì? : Version-Control/Git.md
170
+ - Git Quản lý phiên bản : Version-Control/Git-Version.md
171
+ - Cài đặt và Cấu hình Git trên Linux : Version-Control/Git-Setup.md
172
+ - Cài đặt và Cấu hình Git trên Windows : Version-Control/Git-Setup-Windows.md
173
+ - Cơ bản về Git : Version-Control/Git-Co-Ban.md
174
+ - Staging và Changing : Version-Control/Staging-Changing.md
175
+ - Viewing, unstaging, discarding và restoring : Version-Control/Git-Advanced.md
176
+ - Viewing, unstaging, discarding và restoring Tiếng Việt : Version-Control/Git-Advanced-vi.md
177
+ - Mạng xã hội dành cho code : Version-Control/GitHub-GitLab-BitBucket.md
178
+ - Quy trình làm việc với mã nguồn mở : Version-Control/Quy-Trinh-Lam-Viec.md
179
+ - Containers :
180
+ - Containers là gì? : Containers/Docker/Containers-la-gi.md
181
+ - Docker là gì? : Containers/Docker/Docker-la-gi.md
182
+ - Cài đặt Docker Desktop : Containers/Docker/Cai-dat-Docker-Desktop.md
183
+ - Thực hành với Docker Desktop : Containers/Docker/Thuc-hanh-voi-Docker-Desktop.md
184
+ - Docker Image là gì? : Containers/Docker/Docker-Image.md
185
+ - Docker Compose : Containers/Docker/Docker-Compose.md
186
+ - Elasticsearch Logstash Kibana (ELK) với Docker Compose : Scripts/Containers/elasticsearch-logstash-kibana/ELK.md
187
+ - Docker Networking và Security : Containers/Docker/Docker-Networking-Security.md
188
+ - Docker Nâng Cao : Containers/Docker/Docker-nang-cao.md
189
+ - Hướng dẫn cài Strapi trên Docker : Containers/Docker/Strapi-Docker.md
190
+ - Các lựa chọn thay thế cho Docker : Containers/Docker/Cac-lua-chon-thay-the-Docker.md
191
+ - Docker Swarm là gì? : Containers/Docker/Tim-hieu-Docker-Swarm.md
192
+ - Docker Questions and Answers : Containers/Docker/Docker-questions-and-answers.md
193
+ - Kubernetes :
194
+ - Kubernetes là gì? : Containers-Orchestration/Kubernetes/Kubernetes-la-gi.md
195
+ - Các thành phần trong Kubernetes : Containers-Orchestration/Kubernetes/Kubernetes.md
196
+ - Kubernetes Platform : Containers-Orchestration/Kubernetes/Kubernetes-platform.md
197
+ - Triển khai Kubernetes cluster : Containers-Orchestration/Kubernetes/Kubernetes-cluster.md
198
+ - Kubernetes Cluster Multi Node : Containers-Orchestration/Kubernetes/Kubernetes-Cluster-Multi-Node.md
199
+ - Tổng quan về Rancher : Containers-Orchestration/Kubernetes/Rancher.md
200
+ - Triển khai ứng dụng Kubernetes : Containers-Orchestration/Kubernetes/Application-Kubernetes.md
201
+ - Helm Chart là gì? : Containers-Orchestration/Kubernetes/Helm.md
202
+ - State và Ingress trong Kubernetes : Containers-Orchestration/Kubernetes/State-Ingress-Kubernetes.md
203
+ - Cài đặt Kubernetes Cluster bằng Kubespray trên vCloud : Containers-Orchestration/Kubernetes/Kubespray.md
204
+ - Kubernetes Questions and Answers : Containers-Orchestration/Kubernetes/75-Cau-k8s.md
205
+ - Infrastructure as Code :
206
+ - Cơ sở hạ tầng dưới dạng mã IaC : IaC/Infrastructure-as-Code-IaC.md
207
+ - Terraform là gì? : IaC/Terraform-la-gi.md
208
+ - Ngôn ngữ cấu hình HashiCorp HCL : IaC/HCL.md
209
+ - Tạo VM với Terraform và Biến : IaC/Tao-VM-Terraform.md
210
+ - Docker Container, Providers và Modules : IaC/Docker-Containers-Terraform.md
211
+ - Kubernetes và Đa môi trường : IaC/Terraform-Kubernetes.md
212
+ - Testing, Tools và Alternatives : IaC/Testing-Terraform.md
213
+ - Ansible (English) :
214
+ - Quản lý cấu hình : IaC/Configuration-Management.md
215
+ - Ansible là gì? : IaC/Ansible-Playbook.md
216
+ - Setup Ansible : IaC/Setup-Ansible.md
217
+ - Ansible Playbooks Part 1 : IaC/Ansible-Playbook-p1.md
218
+ - Ansible Playbooks Part 2 : IaC/Ansible-Playbook-p2.md
219
+ - Using Roles and Deploying a Loadbalancer : IaC/Ansible-Loadbalancer.md
220
+ - Ansible Config : IaC/Ansible-Config.md
221
+ - Ansible Automation Controller (Tower), AWX, Vault : IaC/Ansible-Tower-AWX-Vault.md
222
+ # - Tiếp tục với Ansible Playbooks...: Update.md
223
+ # - Sử dụng Role và Triển khai Loadbalancer: Update.md
224
+ # - Tags, Variables, Inventory và Database Server config: Update.md
225
+ # - Tất cả những thứ còn lại của Ansible Automation Controller, AWX, Vault: Update.md
226
+ - CI/CD Pipelines :
227
+ - CI/CD Pipelines : CI-CD/Overview-CI-CD-Pipelines.md
228
+ - Jenkins là gì? : CI-CD/Jenkins-la-gi.md
229
+ # - Getting hands on with Jenkins: Update.md
230
+ # - Building a Jenkins pipeline: Update.md
231
+ # - Hello World, Jenkinsfile App Pipeline: Update.md
232
+ - CI-CD/Huong-dan-cau-hinh-du-an-thuc-te-Jenkins-CI-CD-Pipeline.md
233
+ - GitHub Actions là gì? : CI-CD/GitHub-Actions.md
234
+ # - ArgoCD Overview: Update.md
235
+ # #- Giám sát, quản lý logs và trực quan hóa dữ liệu:
236
+ # - Monitoring: Update.md
237
+ # - Hands-On Monitoring Tools: Update.md
238
+ # - Log Management: Update.md
239
+ # - ELK Stack: Update.md
240
+ # - Fluentd và FluentBit: Update.md
241
+ # - EFK Stack: Update.md
242
+ # - Data Visualisation Grafana: Update.md
243
+ # #- Lưu trữ và bảo vệ dữ liệu:
244
+ # - Data Management: Update.md
245
+ # - Data Services: Update.md
246
+ # - Backup all the platforms: Update.md
247
+ # - Hands-On Backup và Recovery: Update.md
248
+ # - Application Focused Backups: Update.md
249
+ # - Disaster Recovery: Update.md
250
+ # - Data và Application Mobility: Update.md
251
+ - Misc :
252
+ - Cheatsheet : Misc/DevOps-Cheatsheet.md
253
+ - Public DNS : Misc/Public-DNS-Servers.md
254
+ - Alibaba Cloud Academy : Misc/Training-AlibabaCloud.md
255
+ - Snapshot và Backup : Misc/Snapshot-Backup.md
256
+
257
+ markdown_extensions :
258
+ - attr_list
259
+ - md_in_html
260
+ - tables
261
+ - pymdownx.highlight :
262
+ anchor_linenums : true
263
+ line_spans : __span
264
+ pygments_lang_class : true
265
+ - pymdownx.inlinehilite
266
+ - pymdownx.snippets
267
+ - pymdownx.superfences
268
+ - pymdownx.critic
269
+ - pymdownx.caret
270
+ - pymdownx.keys
271
+ - pymdownx.mark
272
+ - pymdownx.tilde
273
+
274
+ extra :
275
+ analytics :
276
+ provider : google
277
+ property : G-RYW9ZPVJLX
278
+
279
+ validation :
280
+ absolute_links : ignore
281
+ unrecognized_links : ignore
282
+
283
+ copyright : Copyright © 2023 <a href="https://vinahost.vn/">Vinahost</a>, by the <a href="https://vinahost.vn/lien-he/">Vinahost Team</a>.
0 commit comments