@xdev-asia/xdev-knowledge-mcp 1.0.42 → 1.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/content/pages/xoa-du-lieu-nguoi-dung.md +68 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/01-phan-1-data-engineering/lessons/01-bai-1-data-repositories-ingestion.md +198 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/01-phan-1-data-engineering/lessons/02-bai-2-data-transformation.md +183 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/01-phan-1-data-engineering/lessons/03-bai-3-data-analysis.md +159 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/02-phan-2-modeling/lessons/04-bai-4-sagemaker-built-in-algorithms.md +186 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/02-phan-2-modeling/lessons/05-bai-5-training-hyperparameter-tuning.md +159 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/02-phan-2-modeling/lessons/06-bai-6-model-evaluation.md +169 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/03-phan-3-implementation-operations/lessons/07-bai-7-model-deployment.md +193 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/03-phan-3-implementation-operations/lessons/08-bai-8-model-monitoring-mlops.md +184 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/03-phan-3-implementation-operations/lessons/09-bai-9-security-cost.md +166 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/04-phan-4-on-tap/lessons/10-bai-10-bai-toan-thuong-gap.md +181 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/04-phan-4-on-tap/lessons/11-bai-11-cheat-sheet.md +110 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/04-phan-4-on-tap/lessons/12-bai-12-chien-luoc-thi.md +113 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/index.md +1 -1
- package/content/series/luyen-thi/luyen-thi-cka/index.md +217 -0
- package/content/series/luyen-thi/luyen-thi-ckad/index.md +199 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/01-phan-1-problem-framing/lessons/01-bai-1-framing-ml-problems.md +136 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/01-phan-1-problem-framing/lessons/02-bai-2-gcp-ai-ml-ecosystem.md +160 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/02-phan-2-data-engineering/lessons/03-bai-3-data-pipeline.md +174 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/02-phan-2-data-engineering/lessons/04-bai-4-feature-engineering.md +156 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/03-phan-3-model-development/lessons/05-bai-5-vertex-ai-training.md +155 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/03-phan-3-model-development/lessons/06-bai-6-bigquery-ml-tensorflow.md +141 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/04-phan-4-deployment-mlops/lessons/07-bai-7-model-deployment.md +134 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/04-phan-4-deployment-mlops/lessons/08-bai-8-vertex-ai-pipelines-mlops.md +149 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/05-phan-5-responsible-ai/lessons/09-bai-9-responsible-ai.md +128 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/chapters/05-phan-5-responsible-ai/lessons/10-bai-10-cheat-sheet-chien-luoc-thi.md +108 -0
- package/content/series/luyen-thi/luyen-thi-gcp-ml-engineer/index.md +1 -1
- package/content/series/luyen-thi/luyen-thi-kcna/index.md +168 -0
- package/data/quizzes/aws-ai-practitioner.json +362 -0
- package/data/quizzes/aws-ml-specialty.json +200 -0
- package/data/quizzes/gcp-ml-engineer.json +200 -0
- package/package.json +1 -1
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: f7a8daa0-e49a-4fac-b232-d6a8b998e120
|
|
3
|
+
title: 'Bài 10: Các Bài Toán ML Thường Gặp'
|
|
4
|
+
slug: bai-10-bai-toan-thuong-gap
|
|
5
|
+
description: >-
|
|
6
|
+
Fraud detection, recommendation systems, NLP pipeline, time series forecasting,
|
|
7
|
+
computer vision — nhận dạng bài toán và chọn đúng AWS service/algorithm.
|
|
8
|
+
duration_minutes: 55
|
|
9
|
+
is_free: true
|
|
10
|
+
video_url: null
|
|
11
|
+
sort_order: 10
|
|
12
|
+
section_title: "Phần 4: Ôn Tập Tổng Hợp"
|
|
13
|
+
course:
|
|
14
|
+
id: 019c9619-lt02-7002-c002-lt0200000002
|
|
15
|
+
title: 'Luyện thi AWS Certified Machine Learning - Specialty'
|
|
16
|
+
slug: luyen-thi-aws-ml-specialty
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
<div style="text-align: center; margin: 2rem 0;">
|
|
20
|
+
<img src="/storage/uploads/2026/04/aws-mls-bai10-ml-patterns.png" alt="AWS ML Problem Patterns" style="max-width: 800px; width: 100%; border-radius: 12px;" />
|
|
21
|
+
<p><em>ML Problem Patterns: Fraud detection, Recommendation, NLP, Time Series, và Computer Vision trên AWS</em></p>
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
<h2 id="pattern-matching"><strong>1. Nhận Dạng Bài Toán Nhanh</strong></h2>
|
|
25
|
+
|
|
26
|
+
<p>Phần lớn câu hỏi MLS-C01 là <strong>scenario-based</strong>: đọc mô tả business problem, chọn AWS service hoặc algorithm phù hợp nhất. Bài học này cung cấp framework để nhận dạng nhanh.</p>
|
|
27
|
+
|
|
28
|
+
<pre><code class="language-text">ML Problem Recognition Framework:
|
|
29
|
+
|
|
30
|
+
READ SCENARIO
|
|
31
|
+
↓
|
|
32
|
+
Is output a CATEGORY? → Classification
|
|
33
|
+
Is output a NUMBER? → Regression
|
|
34
|
+
Is output a CLUSTER/GROUP? → Clustering (no labels)
|
|
35
|
+
Is output a RANK/SCORE? → Recommendation / Ranking
|
|
36
|
+
Is output a DETECTION (anomaly)? → Anomaly Detection
|
|
37
|
+
Is output a SEQUENCE? → Time Series / Seq2Seq
|
|
38
|
+
</code></pre>
|
|
39
|
+
|
|
40
|
+
<h2 id="fraud-detection"><strong>2. Fraud Detection</strong></h2>
|
|
41
|
+
|
|
42
|
+
<p>Fraud detection là bài toán điển hình trong đề thi. Key challenge: <strong>extreme class imbalance</strong> (99.9% transactions là legitimate).</p>
|
|
43
|
+
|
|
44
|
+
<table>
|
|
45
|
+
<thead><tr><th>Challenge</th><th>Solution</th></tr></thead>
|
|
46
|
+
<tbody>
|
|
47
|
+
<tr><td>Class imbalance</td><td>SMOTE, class_weight, <strong>precision-recall</strong> (not accuracy)</td></tr>
|
|
48
|
+
<tr><td>Real-time scoring</td><td>SageMaker Real-time Endpoint</td></tr>
|
|
49
|
+
<tr><td>Unsupervised fraud (no labels)</td><td><strong>Random Cut Forest</strong> (anomaly detection)</td></tr>
|
|
50
|
+
<tr><td>Graph-based fraud rings</td><td><strong>Amazon Neptune</strong> + GNN (GraphSAGE)</td></tr>
|
|
51
|
+
<tr><td>Supervised (labeled history)</td><td><strong>XGBoost</strong> or Linear Learner</td></tr>
|
|
52
|
+
</tbody>
|
|
53
|
+
</table>
|
|
54
|
+
|
|
55
|
+
<blockquote>
|
|
56
|
+
<p><strong>Exam tip:</strong> Khi câu hỏi nói "không có nhãn fraud" hoặc "phát hiện hành vi bất thường" → <strong>Random Cut Forest</strong>. Khi có lịch sử giao dịch gian lận đã được gán nhãn → Classification (XGBoost).</p>
|
|
57
|
+
</blockquote>
|
|
58
|
+
|
|
59
|
+
<h2 id="recommendation"><strong>3. Recommendation Systems</strong></h2>
|
|
60
|
+
|
|
61
|
+
<table>
|
|
62
|
+
<thead><tr><th>Type</th><th>Algorithm</th><th>AWS Service</th></tr></thead>
|
|
63
|
+
<tbody>
|
|
64
|
+
<tr><td>Collaborative Filtering</td><td>Factorization Machines, Neural CF</td><td>SageMaker FM, <strong>Amazon Personalize</strong></td></tr>
|
|
65
|
+
<tr><td>Content-Based</td><td>TF-IDF, Embeddings</td><td>SageMaker Knn</td></tr>
|
|
66
|
+
<tr><td>Hybrid</td><td>FM + content features</td><td>Amazon Personalize (HRNN)</td></tr>
|
|
67
|
+
<tr><td>Cold Start Problem</td><td>Content features, metadata</td><td>Personalize context metadata</td></tr>
|
|
68
|
+
</tbody>
|
|
69
|
+
</table>
|
|
70
|
+
|
|
71
|
+
<p>Đề thi thường hỏi: <em>"Real-time personalized recommendations for e-commerce"</em> → câu trả lời gần như luôn là <strong>Amazon Personalize</strong> (managed service).</p>
|
|
72
|
+
|
|
73
|
+
<h2 id="nlp"><strong>4. NLP Pipeline</strong></h2>
|
|
74
|
+
|
|
75
|
+
<pre><code class="language-text">NLP Task Decision Tree:
|
|
76
|
+
|
|
77
|
+
Classify documents?
|
|
78
|
+
→ Text Classification → BlazingText (word2vec mode), Comprehend Custom
|
|
79
|
+
|
|
80
|
+
Extract entities from text?
|
|
81
|
+
→ Named Entity Recognition → Amazon Comprehend (NER)
|
|
82
|
+
|
|
83
|
+
Translate text?
|
|
84
|
+
→ Amazon Translate
|
|
85
|
+
|
|
86
|
+
Summarize documents?
|
|
87
|
+
→ Hugging Face on SageMaker (T5, BART)
|
|
88
|
+
|
|
89
|
+
Q&A / Generation?
|
|
90
|
+
→ SageMaker JumpStart foundation models (Llama, Falcon)
|
|
91
|
+
|
|
92
|
+
Toxic content detection?
|
|
93
|
+
→ Amazon Comprehend (Sentiment + custom classifier)
|
|
94
|
+
</code></pre>
|
|
95
|
+
|
|
96
|
+
<table>
|
|
97
|
+
<thead><tr><th>NLP Task</th><th>Algorithm/Service</th></tr></thead>
|
|
98
|
+
<tbody>
|
|
99
|
+
<tr><td>Document classification</td><td>BlazingText, Comprehend Custom</td></tr>
|
|
100
|
+
<tr><td>Topic modeling</td><td><strong>Latent Dirichlet Allocation (LDA)</strong>, NTM</td></tr>
|
|
101
|
+
<tr><td>Sentiment analysis</td><td>Amazon Comprehend</td></tr>
|
|
102
|
+
<tr><td>Language detection</td><td>Amazon Comprehend</td></tr>
|
|
103
|
+
<tr><td>Machine translation</td><td>Amazon Translate</td></tr>
|
|
104
|
+
<tr><td>Conversational AI</td><td>Amazon Lex (chatbot) + Lambda</td></tr>
|
|
105
|
+
</tbody>
|
|
106
|
+
</table>
|
|
107
|
+
|
|
108
|
+
<h2 id="time-series"><strong>5. Time Series Forecasting</strong></h2>
|
|
109
|
+
|
|
110
|
+
<table>
|
|
111
|
+
<thead><tr><th>Service/Algorithm</th><th>Use Case</th></tr></thead>
|
|
112
|
+
<tbody>
|
|
113
|
+
<tr><td><strong>DeepAR+</strong> (SageMaker built-in)</td><td>Multiple related time series, cold start</td></tr>
|
|
114
|
+
<tr><td><strong>Amazon Forecast</strong></td><td>Fully managed, business forecasting (demand, inventory)</td></tr>
|
|
115
|
+
<tr><td><strong>ARIMA</strong></td><td>Single stationary series, classic approach</td></tr>
|
|
116
|
+
<tr><td><strong>Prophet</strong></td><td>Seasonality + holidays, Facebook's library</td></tr>
|
|
117
|
+
</tbody>
|
|
118
|
+
</table>
|
|
119
|
+
|
|
120
|
+
<blockquote>
|
|
121
|
+
<p><strong>Exam tip:</strong> "Predict retail demand for thousands of products" → <strong>DeepAR+</strong> (multiple related series) or <strong>Amazon Forecast</strong> (managed). Key differentiator: DeepAR+ trains one model for ALL items, while classical methods need one model per series.</p>
|
|
122
|
+
</blockquote>
|
|
123
|
+
|
|
124
|
+
<h2 id="computer-vision"><strong>6. Computer Vision</strong></h2>
|
|
125
|
+
|
|
126
|
+
<table>
|
|
127
|
+
<thead><tr><th>CV Task</th><th>Algorithm</th><th>Service</th></tr></thead>
|
|
128
|
+
<tbody>
|
|
129
|
+
<tr><td>Image Classification</td><td><strong>Image Classification (ResNet)</strong></td><td>SageMaker built-in</td></tr>
|
|
130
|
+
<tr><td>Object Detection</td><td><strong>Object Detection (SSD/YOLO)</strong></td><td>SageMaker built-in</td></tr>
|
|
131
|
+
<tr><td>Semantic Segmentation</td><td><strong>Semantic Segmentation</strong></td><td>SageMaker built-in</td></tr>
|
|
132
|
+
<tr><td>Rekognition (no ML needed)</td><td>Faces, objects, text, moderation</td><td><strong>Amazon Rekognition</strong></td></tr>
|
|
133
|
+
<tr><td>Custom labels in images</td><td>Fine-tuning</td><td>Rekognition Custom Labels</td></tr>
|
|
134
|
+
</tbody>
|
|
135
|
+
</table>
|
|
136
|
+
|
|
137
|
+
<h2 id="mapping-table"><strong>7. Business Domain → AWS Service Mapping</strong></h2>
|
|
138
|
+
|
|
139
|
+
<table>
|
|
140
|
+
<thead><tr><th>Industry / Scenario</th><th>AWS Service</th></tr></thead>
|
|
141
|
+
<tbody>
|
|
142
|
+
<tr><td>E-commerce personalization</td><td>Amazon Personalize</td></tr>
|
|
143
|
+
<tr><td>Call center analytics</td><td>Amazon Transcribe + Comprehend</td></tr>
|
|
144
|
+
<tr><td>Medical image analysis</td><td>Amazon HealthLake + SageMaker (custom model)</td></tr>
|
|
145
|
+
<tr><td>Document understanding (invoices, forms)</td><td><strong>Amazon Textract</strong></td></tr>
|
|
146
|
+
<tr><td>Product search (semantic)</td><td>Amazon OpenSearch + KNN</td></tr>
|
|
147
|
+
<tr><td>IoT anomaly detection</td><td><strong>Amazon Lookout for Equipment</strong></td></tr>
|
|
148
|
+
<tr><td>Manufacturing defect detection</td><td><strong>Amazon Lookout for Vision</strong></td></tr>
|
|
149
|
+
<tr><td>Financial forecasting (managed)</td><td>Amazon Forecast</td></tr>
|
|
150
|
+
<tr><td>Churn prediction</td><td>XGBoost (SageMaker)</td></tr>
|
|
151
|
+
</tbody>
|
|
152
|
+
</table>
|
|
153
|
+
|
|
154
|
+
<h2 id="practice"><strong>8. Practice Questions</strong></h2>
|
|
155
|
+
|
|
156
|
+
<p><strong>Q1:</strong> A retail company wants to predict next quarter's sales for 10,000 individual products, incorporating holiday seasonality and promotional events. Which solution is MOST appropriate?</p>
|
|
157
|
+
<ul>
|
|
158
|
+
<li>A) Train separate ARIMA models for each of the 10,000 products</li>
|
|
159
|
+
<li>B) Use Amazon Forecast with related time series data ✓</li>
|
|
160
|
+
<li>C) Use Amazon Comprehend for trend analysis</li>
|
|
161
|
+
<li>D) Use Amazon Rekognition to analyze product images</li>
|
|
162
|
+
</ul>
|
|
163
|
+
<p><em>Explanation: Amazon Forecast is designed for business demand forecasting at scale, can handle thousands of related time series simultaneously, and supports external factors like holidays and promotions. Training 10,000 separate ARIMA models would be impractical and miss cross-series patterns.</em></p>
|
|
164
|
+
|
|
165
|
+
<p><strong>Q2:</strong> A bank needs to detect fraudulent transactions in real time WITHOUT having labeled historical fraud data. Which algorithm should they use?</p>
|
|
166
|
+
<ul>
|
|
167
|
+
<li>A) XGBoost classifier</li>
|
|
168
|
+
<li>B) Linear Learner with binary classification</li>
|
|
169
|
+
<li>C) Random Cut Forest ✓</li>
|
|
170
|
+
<li>D) BlazingText</li>
|
|
171
|
+
</ul>
|
|
172
|
+
<p><em>Explanation: Without labeled fraud data, this is an unsupervised anomaly detection problem. Random Cut Forest detects anomalies (transactions that deviate from normal patterns) without requiring labeled examples. XGBoost and Linear Learner are supervised and require labeled training data.</em></p>
|
|
173
|
+
|
|
174
|
+
<p><strong>Q3:</strong> A company wants to extract key-value pairs from scanned insurance claim forms (PDFs). No custom ML training has been done. Which AWS service should they use?</p>
|
|
175
|
+
<ul>
|
|
176
|
+
<li>A) Amazon Comprehend</li>
|
|
177
|
+
<li>B) Amazon Textract ✓</li>
|
|
178
|
+
<li>C) SageMaker Object Detection</li>
|
|
179
|
+
<li>D) Amazon Rekognition</li>
|
|
180
|
+
</ul>
|
|
181
|
+
<p><em>Explanation: Amazon Textract is purpose-built for extracting text, forms (key-value pairs), and tables from scanned documents including PDFs. It requires no ML training. Comprehend analyzes text meaning; Rekognition analyzes images; neither handles structured form extraction like Textract.</em></p>
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: 722555b5-e196-45c3-9061-a4f72197e2ed
|
|
3
|
+
title: 'Bài 11: Cheat Sheet Tổng Hợp'
|
|
4
|
+
slug: bai-11-cheat-sheet
|
|
5
|
+
description: >-
|
|
6
|
+
Bảng tổng hợp toàn bộ khoá học: thuật toán SageMaker, AWS AI services,
|
|
7
|
+
evaluation metrics, công thức quan trọng và các bẫy thường gặp trong đề thi.
|
|
8
|
+
duration_minutes: 40
|
|
9
|
+
is_free: true
|
|
10
|
+
video_url: null
|
|
11
|
+
sort_order: 11
|
|
12
|
+
section_title: "Phần 4: Ôn Tập Tổng Hợp"
|
|
13
|
+
course:
|
|
14
|
+
id: 019c9619-lt02-7002-c002-lt0200000002
|
|
15
|
+
title: 'Luyện thi AWS Certified Machine Learning - Specialty'
|
|
16
|
+
slug: luyen-thi-aws-ml-specialty
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
<h2 id="algorithms-master"><strong>1. SageMaker Built-in Algorithms Master Table</strong></h2>
|
|
20
|
+
|
|
21
|
+
<table>
|
|
22
|
+
<thead><tr><th>Algorithm</th><th>Type</th><th>Best For</th><th>Input</th></tr></thead>
|
|
23
|
+
<tbody>
|
|
24
|
+
<tr><td><strong>XGBoost</strong></td><td>Supervised (C/R)</td><td>Tabular data, competitions</td><td>CSV, LibSVM</td></tr>
|
|
25
|
+
<tr><td><strong>Linear Learner</strong></td><td>Supervised (C/R)</td><td>High-dimensional, fast</td><td>CSV, RecordIO</td></tr>
|
|
26
|
+
<tr><td><strong>Random Cut Forest</strong></td><td>Unsupervised</td><td>Anomaly detection</td><td>CSV, RecordIO</td></tr>
|
|
27
|
+
<tr><td><strong>K-Means</strong></td><td>Unsupervised</td><td>Customer segmentation</td><td>CSV, RecordIO</td></tr>
|
|
28
|
+
<tr><td><strong>PCA</strong></td><td>Dimensionality Reduction</td><td>Feature reduction</td><td>CSV, RecordIO</td></tr>
|
|
29
|
+
<tr><td><strong>Factorization Machines</strong></td><td>Supervised (C/R)</td><td>Sparse data, recommendations</td><td>RecordIO only</td></tr>
|
|
30
|
+
<tr><td><strong>DeepAR+</strong></td><td>Supervised</td><td>Time series forecasting</td><td>JSON Lines</td></tr>
|
|
31
|
+
<tr><td><strong>BlazingText</strong></td><td>Supervised / Unsupervised</td><td>Text classification, word2vec</td><td>Text files</td></tr>
|
|
32
|
+
<tr><td><strong>Object2Vec</strong></td><td>Supervised</td><td>Semantic similarity</td><td>JSON Lines</td></tr>
|
|
33
|
+
<tr><td><strong>Image Classification</strong></td><td>Supervised</td><td>Image labels</td><td>RecordIO, raw images</td></tr>
|
|
34
|
+
<tr><td><strong>Object Detection</strong></td><td>Supervised</td><td>Bounding boxes</td><td>RecordIO, JSON</td></tr>
|
|
35
|
+
<tr><td><strong>Semantic Segmentation</strong></td><td>Supervised</td><td>Pixel-level classification</td><td>Images + masks</td></tr>
|
|
36
|
+
<tr><td><strong>LDA</strong></td><td>Unsupervised</td><td>Topic modeling</td><td>CSV, RecordIO</td></tr>
|
|
37
|
+
<tr><td><strong>NTM</strong></td><td>Unsupervised</td><td>Neural topic modeling</td><td>CSV, RecordIO</td></tr>
|
|
38
|
+
<tr><td><strong>IP Insights</strong></td><td>Unsupervised</td><td>IP address anomaly</td><td>CSV</td></tr>
|
|
39
|
+
</tbody>
|
|
40
|
+
</table>
|
|
41
|
+
|
|
42
|
+
<h2 id="aws-ai-services"><strong>2. AWS AI Services — No-Code ML</strong></h2>
|
|
43
|
+
|
|
44
|
+
<table>
|
|
45
|
+
<thead><tr><th>Service</th><th>Purpose</th><th>Output</th></tr></thead>
|
|
46
|
+
<tbody>
|
|
47
|
+
<tr><td><strong>Amazon Rekognition</strong></td><td>Image/video analysis</td><td>Labels, faces, text, moderation</td></tr>
|
|
48
|
+
<tr><td><strong>Amazon Textract</strong></td><td>Document extraction</td><td>Text, forms, tables</td></tr>
|
|
49
|
+
<tr><td><strong>Amazon Comprehend</strong></td><td>NLP, text analytics</td><td>Entities, sentiment, topics</td></tr>
|
|
50
|
+
<tr><td><strong>Amazon Translate</strong></td><td>Machine translation</td><td>Translated text</td></tr>
|
|
51
|
+
<tr><td><strong>Amazon Transcribe</strong></td><td>Speech to text</td><td>Transcription, subtitles</td></tr>
|
|
52
|
+
<tr><td><strong>Amazon Polly</strong></td><td>Text to speech</td><td>Audio</td></tr>
|
|
53
|
+
<tr><td><strong>Amazon Lex</strong></td><td>Conversational AI (chatbot)</td><td>Intent, slots</td></tr>
|
|
54
|
+
<tr><td><strong>Amazon Kendra</strong></td><td>Intelligent search</td><td>Answers, documents</td></tr>
|
|
55
|
+
<tr><td><strong>Amazon Personalize</strong></td><td>Recommendations</td><td>Item rankings, user recs</td></tr>
|
|
56
|
+
<tr><td><strong>Amazon Forecast</strong></td><td>Time series forecasting</td><td>Predictions + confidence</td></tr>
|
|
57
|
+
<tr><td><strong>Amazon Lookout for Vision</strong></td><td>Visual anomaly (manufacturing)</td><td>Pass/Fail, anomaly map</td></tr>
|
|
58
|
+
<tr><td><strong>Amazon Lookout for Equipment</strong></td><td>Equipment anomaly (IoT)</td><td>Anomaly scores</td></tr>
|
|
59
|
+
</tbody>
|
|
60
|
+
</table>
|
|
61
|
+
|
|
62
|
+
<h2 id="metrics"><strong>3. Evaluation Metrics Quick Reference</strong></h2>
|
|
63
|
+
|
|
64
|
+
<table>
|
|
65
|
+
<thead><tr><th>Metric</th><th>Formula</th><th>Use When</th></tr></thead>
|
|
66
|
+
<tbody>
|
|
67
|
+
<tr><td><strong>Accuracy</strong></td><td>(TP+TN)/(TP+TN+FP+FN)</td><td>Balanced classes</td></tr>
|
|
68
|
+
<tr><td><strong>Precision</strong></td><td>TP/(TP+FP)</td><td>FP is costly (spam filter)</td></tr>
|
|
69
|
+
<tr><td><strong>Recall (Sensitivity)</strong></td><td>TP/(TP+FN)</td><td>FN is costly (cancer diagnosis)</td></tr>
|
|
70
|
+
<tr><td><strong>F1 Score</strong></td><td>2×(P×R)/(P+R)</td><td>Imbalanced classes</td></tr>
|
|
71
|
+
<tr><td><strong>AUC-ROC</strong></td><td>Area under TPR vs FPR curve</td><td>Overall classifier quality</td></tr>
|
|
72
|
+
<tr><td><strong>RMSE</strong></td><td>√(Σ(yᵢ-ŷᵢ)²/n)</td><td>Regression, penalizes outliers</td></tr>
|
|
73
|
+
<tr><td><strong>MAE</strong></td><td>Σ|yᵢ-ŷᵢ|/n</td><td>Regression, robust to outliers</td></tr>
|
|
74
|
+
<tr><td><strong>MAPE</strong></td><td>Σ|yᵢ-ŷᵢ|/|yᵢ| × 100%</td><td>Forecasting, interpretable %</td></tr>
|
|
75
|
+
</tbody>
|
|
76
|
+
</table>
|
|
77
|
+
|
|
78
|
+
<h2 id="traps"><strong>4. Common Exam Traps</strong></h2>
|
|
79
|
+
|
|
80
|
+
<table>
|
|
81
|
+
<thead><tr><th>Trap</strong></th><th>What the Exam Says</th><th>Correct Answer</th></tr></thead>
|
|
82
|
+
<tbody>
|
|
83
|
+
<tr><td>Imbalanced data + accuracy</td><td>"Model has 99% accuracy" (fraud)</td><td>Use Precision/Recall/F1, not accuracy</td></tr>
|
|
84
|
+
<tr><td>FM input format</td><td>Factorization Machines</td><td>Requires RecordIO ONLY (not CSV)</td></tr>
|
|
85
|
+
<tr><td>Managed vs custom</td><td>"quickest to implement"</td><td>Prefer managed (Personalize, Forecast)</td></tr>
|
|
86
|
+
<tr><td>Overfitting fix</td><td>Training accuracy high, validation low</td><td>Regularization (L1/L2) or more data</td></tr>
|
|
87
|
+
<tr><td>SageMaker + Internet</td><td>"secure environment, no internet"</td><td>VPC + Network Isolation + VPC Endpoints</td></tr>
|
|
88
|
+
<tr><td>Ground Truth labeling</td><td>"reduce labeling cost"</td><td>Auto-labeling (active learning) in GT</td></tr>
|
|
89
|
+
<tr><td>Bias in model</td><td>"identify bias before deployment"</td><td>SageMaker Clarify</td></tr>
|
|
90
|
+
<tr><td>Multiple models behind one endpoint</td><td>"save cost, single endpoint"</td><td>Multi-Model Endpoint (MME)</td></tr>
|
|
91
|
+
</tbody>
|
|
92
|
+
</table>
|
|
93
|
+
|
|
94
|
+
<h2 id="storage-formats"><strong>5. Data / Storage Quick Reference</strong></h2>
|
|
95
|
+
|
|
96
|
+
<table>
|
|
97
|
+
<thead><tr><th>Scenario</th><th>Best Choice</th></tr></thead>
|
|
98
|
+
<tbody>
|
|
99
|
+
<tr><td>Large tabular training data</td><td>S3 + CSV or Parquet; RecordIO for SageMaker</td></tr>
|
|
100
|
+
<tr><td>Real-time streaming data ingestion</td><td>Kinesis Data Streams → Firehose → S3</td></tr>
|
|
101
|
+
<tr><td>Ad-hoc SQL queries on S3 data</td><td>Amazon Athena</td></tr>
|
|
102
|
+
<tr><td>ETL transformation → Feature Store</td><td>AWS Glue (Spark ETL) → SageMaker Feature Store</td></tr>
|
|
103
|
+
<tr><td>Business intelligence / dashboards</td><td>Amazon QuickSight</td></tr>
|
|
104
|
+
<tr><td>Data warehouse for ML features</td><td>Amazon Redshift → ML (Redshift ML)</td></tr>
|
|
105
|
+
</tbody>
|
|
106
|
+
</table>
|
|
107
|
+
|
|
108
|
+
<blockquote>
|
|
109
|
+
<p><strong>Exam tip:</strong> Hãy nhớ: khi đề bài nói "fastest / easiest / no code" → AWS Managed AI Service. Khi nói "custom model / flexibility / bring your own" → SageMaker. Đây là decision boundary quan trọng nhất.</p>
|
|
110
|
+
</blockquote>
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: 87d7c5c5-d20a-47a8-b64e-7f9db75bb1d2
|
|
3
|
+
title: 'Bài 12: Chiến Lược Thi MLS-C01'
|
|
4
|
+
slug: bai-12-chien-luoc-thi
|
|
5
|
+
description: >-
|
|
6
|
+
Cấu trúc đề thi MLS-C01, phân bổ điểm số theo domain, chiến lược quản lý
|
|
7
|
+
thời gian, kỹ thuật loại trừ đáp án và kế hoạch ôn tập cuối kỳ.
|
|
8
|
+
duration_minutes: 35
|
|
9
|
+
is_free: true
|
|
10
|
+
video_url: null
|
|
11
|
+
sort_order: 12
|
|
12
|
+
section_title: "Phần 4: Ôn Tập Tổng Hợp"
|
|
13
|
+
course:
|
|
14
|
+
id: 019c9619-lt02-7002-c002-lt0200000002
|
|
15
|
+
title: 'Luyện thi AWS Certified Machine Learning - Specialty'
|
|
16
|
+
slug: luyen-thi-aws-ml-specialty
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
<h2 id="exam-structure"><strong>1. Cấu Trúc Đề Thi MLS-C01</strong></h2>
|
|
20
|
+
|
|
21
|
+
<table>
|
|
22
|
+
<thead><tr><th>Item</th><th>Details</th></tr></thead>
|
|
23
|
+
<tbody>
|
|
24
|
+
<tr><td><strong>Total Questions</strong></td><td>65 câu</td></tr>
|
|
25
|
+
<tr><td><strong>Scored Questions</strong></td><td>50 câu (15 unscored/experimental)</td></tr>
|
|
26
|
+
<tr><td><strong>Time Limit</strong></td><td>180 phút (3 giờ)</td></tr>
|
|
27
|
+
<tr><td><strong>Passing Score</strong></td><td>750/1000</td></tr>
|
|
28
|
+
<tr><td><strong>Question Format</strong></td><td>Multiple choice + Multiple response</td></tr>
|
|
29
|
+
<tr><td><strong>Languages</strong></td><td>Có thể chọn tiếng Nhật, tiếng Hàn (không có tiếng Việt)</td></tr>
|
|
30
|
+
<tr><td><strong>Validity</strong></td><td>3 năm</td></tr>
|
|
31
|
+
</tbody>
|
|
32
|
+
</table>
|
|
33
|
+
|
|
34
|
+
<h2 id="domain-weights"><strong>2. Domain Weights — Phân Bổ Điểm</strong></h2>
|
|
35
|
+
|
|
36
|
+
<table>
|
|
37
|
+
<thead><tr><th>Domain</th><th>Weight</th><th>Questions (~)</th></tr></thead>
|
|
38
|
+
<tbody>
|
|
39
|
+
<tr><td>Domain 1: Data Engineering</td><td>20%</td><td>~13 câu</td></tr>
|
|
40
|
+
<tr><td>Domain 2: Exploratory Data Analysis</td><td>24%</td><td>~16 câu</td></tr>
|
|
41
|
+
<tr><td>Domain 3: Modeling</td><td>36%</td><td>~24 câu</td></tr>
|
|
42
|
+
<tr><td>Domain 4: ML Implementation & Operations</td><td>20%</td><td>~13 câu</td></tr>
|
|
43
|
+
</tbody>
|
|
44
|
+
</table>
|
|
45
|
+
|
|
46
|
+
<blockquote>
|
|
47
|
+
<p><strong>Exam tip:</strong> <strong>Domain 3 (Modeling) chiếm 36%</strong> — đây là domain quan trọng nhất. Ưu tiên ôn: SageMaker built-in algorithms, evaluation metrics, hyperparameter tuning, và underfitting/overfitting.</p>
|
|
48
|
+
</blockquote>
|
|
49
|
+
|
|
50
|
+
<h2 id="time-management"><strong>3. Chiến Lược Quản Lý Thời Gian</strong></h2>
|
|
51
|
+
|
|
52
|
+
<pre><code class="language-text">Time Budget (180 minutes, 65 questions):
|
|
53
|
+
|
|
54
|
+
Average: 2.5 minutes per question
|
|
55
|
+
|
|
56
|
+
Strategy:
|
|
57
|
+
Round 1 (120 min): Attempt all 65 questions
|
|
58
|
+
- Answer confident questions immediately
|
|
59
|
+
- Flag uncertain questions (don't spend > 3 min each)
|
|
60
|
+
|
|
61
|
+
Round 2 (45 min): Review flagged questions
|
|
62
|
+
- Apply elimination technique
|
|
63
|
+
- Check scenario keywords
|
|
64
|
+
|
|
65
|
+
Round 3 (15 min): Final review
|
|
66
|
+
- Check unmarked questions
|
|
67
|
+
- Don't change answers unless certain
|
|
68
|
+
</code></pre>
|
|
69
|
+
|
|
70
|
+
<h2 id="elimination"><strong>4. Kỹ Thuật Loại Trừ Đáp Án</strong></h2>
|
|
71
|
+
|
|
72
|
+
<table>
|
|
73
|
+
<thead><tr><th>Keyword in Question</th><th>Eliminate</th><th>Keep / Prefer</th></tr></thead>
|
|
74
|
+
<tbody>
|
|
75
|
+
<tr><td>"no labels / unlabeled data"</td><td>Supervised algorithms</td><td>K-Means, RCF, PCA</td></tr>
|
|
76
|
+
<tr><td>"quickest / easiest / no code"</td><td>Custom SageMaker models</td><td>Managed AI services</td></tr>
|
|
77
|
+
<tr><td>"real-time predictions"</td><td>Batch Transform</td><td>Real-time Endpoint</td></tr>
|
|
78
|
+
<tr><td>"low traffic, cost-efficient inference"</td><td>Real-time Endpoint</td><td>Serverless Inference</td></tr>
|
|
79
|
+
<tr><td>"no internet, secure"</td><td>Public endpoint</td><td>VPC + Network Isolation</td></tr>
|
|
80
|
+
<tr><td>"imbalanced dataset"</td><td>Accuracy metric</td><td>F1, Precision, Recall, AUC</td></tr>
|
|
81
|
+
<tr><td>"multiple models, save cost"</td><td>Separate endpoints</td><td>Multi-Model Endpoint</td></tr>
|
|
82
|
+
<tr><td>"structured tabular data"</td><td>Image/NLP algorithms</td><td>XGBoost, Linear Learner</td></tr>
|
|
83
|
+
</tbody>
|
|
84
|
+
</table>
|
|
85
|
+
|
|
86
|
+
<h2 id="study-plan"><strong>5. Kế Hoạch Ôn Tập Cuối Kỳ</strong></h2>
|
|
87
|
+
|
|
88
|
+
<table>
|
|
89
|
+
<thead><tr><th>Ngày</th><th>Focus</th></tr></thead>
|
|
90
|
+
<tbody>
|
|
91
|
+
<tr><td>Day 1</td><td>Review Domain 3 (Modeling): algorithms + metrics + HPO</td></tr>
|
|
92
|
+
<tr><td>Day 2</td><td>Review Domain 2 (EDA): data preparation + feature engineering</td></tr>
|
|
93
|
+
<tr><td>Day 3</td><td>Review Domain 1+4 (Data Engineering + Operations)</td></tr>
|
|
94
|
+
<tr><td>Day 4</td><td>Practice exam 1 (65 câu): identify weak areas</td></tr>
|
|
95
|
+
<tr><td>Day 5</td><td>Review weak areas từ Practice Exam 1</td></tr>
|
|
96
|
+
<tr><td>Day 6</td><td>Practice exam 2 (65 câu)</td></tr>
|
|
97
|
+
<tr><td>Day 7</td><td>Cheat sheet review only — nghỉ ngơi, không học mới</td></tr>
|
|
98
|
+
</tbody>
|
|
99
|
+
</table>
|
|
100
|
+
|
|
101
|
+
<h2 id="day-of-exam"><strong>6. Ngày Thi</strong></h2>
|
|
102
|
+
|
|
103
|
+
<ul>
|
|
104
|
+
<li>Đến sớm 30 phút (Pearson VUE test center) hoặc check kỹ environment (online proctored)</li>
|
|
105
|
+
<li>Đọc kỹ toàn bộ câu hỏi — đừng chỉ đọc 2-3 dòng đầu</li>
|
|
106
|
+
<li>Highlight keywords: "MOST cost-effective", "LEAST operational overhead", "FASTEST to deploy"</li>
|
|
107
|
+
<li>Khi thấy 2 đáp án đều đúng: chọn cái phù hợp nhất với constraints trong câu hỏi</li>
|
|
108
|
+
<li>Không để trống câu nào — guess nếu không biết (không bị trừ điểm)</li>
|
|
109
|
+
</ul>
|
|
110
|
+
|
|
111
|
+
<blockquote>
|
|
112
|
+
<p><strong>Exam tip:</strong> AWS Specialty exams thường có câu hỏi dài (3-5 dòng scenario). Keywords ở CUỐI câu thường là key constraint: "with minimal operational overhead", "in the most cost-effective manner", "without requiring data scientists" — đọc kỹ đến cuối!</p>
|
|
113
|
+
</blockquote>
|
|
@@ -7,7 +7,7 @@ description: >-
|
|
|
7
7
|
(MLS-C01). Nắm vững SageMaker, data engineering, modeling, triển khai ML trên AWS
|
|
8
8
|
ở mức chuyên gia.
|
|
9
9
|
|
|
10
|
-
featured_image:
|
|
10
|
+
featured_image: images/blog/aws-ml-specialty-series-banner.png
|
|
11
11
|
level: advanced
|
|
12
12
|
duration_hours: 40
|
|
13
13
|
lesson_count: 12
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: lt-cka-series-001
|
|
3
|
+
title: "Luyện thi CKA — Certified Kubernetes Administrator"
|
|
4
|
+
slug: luyen-thi-cka
|
|
5
|
+
description: >-
|
|
6
|
+
Lộ trình ôn tập toàn diện cho kỳ thi CKA (Certified Kubernetes Administrator).
|
|
7
|
+
Bao phủ đầy đủ 5 domain hands-on: Troubleshooting (30%), Cluster Architecture (25%),
|
|
8
|
+
Services & Networking (20%), Workloads & Scheduling (15%), Storage (10%).
|
|
9
|
+
12 bài học kèm bài tập thực hành terminal.
|
|
10
|
+
|
|
11
|
+
featured_image: null
|
|
12
|
+
level: intermediate
|
|
13
|
+
duration_hours: 35
|
|
14
|
+
lesson_count: 12
|
|
15
|
+
price: '0.00'
|
|
16
|
+
is_free: true
|
|
17
|
+
view_count: 0
|
|
18
|
+
average_rating: '0.00'
|
|
19
|
+
review_count: 0
|
|
20
|
+
enrollment_count: 0
|
|
21
|
+
meta: null
|
|
22
|
+
published_at: '2026-04-05T10:00:00.000000Z'
|
|
23
|
+
created_at: '2026-04-05T10:00:00.000000Z'
|
|
24
|
+
|
|
25
|
+
author:
|
|
26
|
+
id: 019c9616-d2b4-713f-9b2c-40e2e92a05cf
|
|
27
|
+
name: Duy Tran
|
|
28
|
+
avatar: avatars/7e8eb5c6-4cac-455b-a701-4060f085d501.jpeg
|
|
29
|
+
|
|
30
|
+
category:
|
|
31
|
+
id: 019c9616-cat9-7009-a009-000000000009
|
|
32
|
+
name: Luyện thi chứng chỉ
|
|
33
|
+
slug: luyen-thi
|
|
34
|
+
|
|
35
|
+
tags:
|
|
36
|
+
|
|
37
|
+
- name: Kubernetes
|
|
38
|
+
slug: kubernetes
|
|
39
|
+
- name: CKA
|
|
40
|
+
slug: cka
|
|
41
|
+
- name: CNCF
|
|
42
|
+
slug: cncf
|
|
43
|
+
- name: Chứng chỉ
|
|
44
|
+
slug: chung-chi
|
|
45
|
+
- name: DevOps
|
|
46
|
+
slug: devops
|
|
47
|
+
- name: Linux Foundation
|
|
48
|
+
slug: linux-foundation
|
|
49
|
+
|
|
50
|
+
quiz_slug: cka
|
|
51
|
+
|
|
52
|
+
sections:
|
|
53
|
+
|
|
54
|
+
- id: cka-section-01
|
|
55
|
+
title: "Domain 1: Cluster Architecture, Installation & Configuration (25%)"
|
|
56
|
+
description: kubeadm, RBAC, cluster upgrade, etcd backup/restore
|
|
57
|
+
sort_order: 1
|
|
58
|
+
lessons:
|
|
59
|
+
- id: cka-d1-l01
|
|
60
|
+
title: "Bài 1: Kubernetes Architecture & kubeadm Cluster Setup"
|
|
61
|
+
slug: 01-kien-truc-cka-kubeadm
|
|
62
|
+
description: >-
|
|
63
|
+
Control plane components sâu. kubeadm init, join, config.
|
|
64
|
+
High Availability cluster topology. Certificate rotation.
|
|
65
|
+
kubectl config, contexts, kubeconfig.
|
|
66
|
+
duration_minutes: 65
|
|
67
|
+
is_free: true
|
|
68
|
+
sort_order: 1
|
|
69
|
+
video_url: null
|
|
70
|
+
- id: cka-d1-l02
|
|
71
|
+
title: "Bài 2: Cluster Upgrade với kubeadm"
|
|
72
|
+
slug: 02-cluster-upgrade-kubeadm
|
|
73
|
+
description: >-
|
|
74
|
+
Upgrade strategy: control plane → worker nodes.
|
|
75
|
+
drain, cordon, uncordon. Version skew policy.
|
|
76
|
+
kubeadm upgrade plan/apply. Rollback procedures.
|
|
77
|
+
duration_minutes: 60
|
|
78
|
+
is_free: true
|
|
79
|
+
sort_order: 2
|
|
80
|
+
video_url: null
|
|
81
|
+
- id: cka-d1-l03
|
|
82
|
+
title: "Bài 3: RBAC — Role-Based Access Control"
|
|
83
|
+
slug: 03-rbac-cka
|
|
84
|
+
description: >-
|
|
85
|
+
Role vs ClusterRole. RoleBinding vs ClusterRoleBinding.
|
|
86
|
+
ServiceAccounts và token. kubectl auth can-i.
|
|
87
|
+
Aggregated ClusterRoles. Least privilege patterns.
|
|
88
|
+
duration_minutes: 60
|
|
89
|
+
is_free: true
|
|
90
|
+
sort_order: 3
|
|
91
|
+
video_url: null
|
|
92
|
+
|
|
93
|
+
- id: cka-section-02
|
|
94
|
+
title: "Domain 2: Workloads & Scheduling (15%)"
|
|
95
|
+
description: Deployments, DaemonSets, scheduling, taints/tolerations, affinity
|
|
96
|
+
sort_order: 2
|
|
97
|
+
lessons:
|
|
98
|
+
- id: cka-d2-l01
|
|
99
|
+
title: "Bài 4: Deployments, DaemonSets & StatefulSets"
|
|
100
|
+
slug: 04-deployments-daemonsets-statefulsets
|
|
101
|
+
description: >-
|
|
102
|
+
Rolling update strategies. Rollback. ReplicaSet vs Deployment.
|
|
103
|
+
DaemonSet use cases. StatefulSet: headless service, volumeClaimTemplates.
|
|
104
|
+
Resource requests & limits. QoS classes.
|
|
105
|
+
duration_minutes: 60
|
|
106
|
+
is_free: true
|
|
107
|
+
sort_order: 4
|
|
108
|
+
video_url: null
|
|
109
|
+
- id: cka-d2-l02
|
|
110
|
+
title: "Bài 5: Scheduling — Taints, Tolerations & Affinity"
|
|
111
|
+
slug: 05-scheduling-taints-affinity
|
|
112
|
+
description: >-
|
|
113
|
+
Manual scheduling (nodeName, nodeSelector). Node Affinity/Anti-affinity.
|
|
114
|
+
Pod Affinity/Anti-affinity. Taints & Tolerations.
|
|
115
|
+
Priority Classes. Resource quotas & LimitRanges.
|
|
116
|
+
duration_minutes: 60
|
|
117
|
+
is_free: true
|
|
118
|
+
sort_order: 5
|
|
119
|
+
video_url: null
|
|
120
|
+
|
|
121
|
+
- id: cka-section-03
|
|
122
|
+
title: "Domain 3: Services & Networking (20%)"
|
|
123
|
+
description: Services, DNS, Ingress, NetworkPolicies, CNI
|
|
124
|
+
sort_order: 3
|
|
125
|
+
lessons:
|
|
126
|
+
- id: cka-d3-l01
|
|
127
|
+
title: "Bài 6: Services, Endpoints & CoreDNS"
|
|
128
|
+
slug: 06-services-endpoints-coredns
|
|
129
|
+
description: >-
|
|
130
|
+
ClusterIP, NodePort, LoadBalancer, ExternalName, Headless.
|
|
131
|
+
Endpoints & EndpointSlices. CoreDNS configuration.
|
|
132
|
+
Service discovery patterns. kube-proxy modes (iptables, IPVS).
|
|
133
|
+
duration_minutes: 60
|
|
134
|
+
is_free: true
|
|
135
|
+
sort_order: 6
|
|
136
|
+
video_url: null
|
|
137
|
+
- id: cka-d3-l02
|
|
138
|
+
title: "Bài 7: Ingress, Network Policies & CNI"
|
|
139
|
+
slug: 07-ingress-networkpolicies-cni
|
|
140
|
+
description: >-
|
|
141
|
+
Ingress controllers (nginx). Ingress rules, TLS.
|
|
142
|
+
NetworkPolicy: ingress/egress rules, label selectors.
|
|
143
|
+
CNI plugins: Calico, Flannel, Cilium overview.
|
|
144
|
+
Pod CIDR vs Service CIDR.
|
|
145
|
+
duration_minutes: 65
|
|
146
|
+
is_free: true
|
|
147
|
+
sort_order: 7
|
|
148
|
+
video_url: null
|
|
149
|
+
|
|
150
|
+
- id: cka-section-04
|
|
151
|
+
title: "Domain 4: Storage (10%)"
|
|
152
|
+
description: PV, PVC, StorageClass, volumes
|
|
153
|
+
sort_order: 4
|
|
154
|
+
lessons:
|
|
155
|
+
- id: cka-d4-l01
|
|
156
|
+
title: "Bài 8: Persistent Volumes, PVCs & StorageClass"
|
|
157
|
+
slug: 08-persistent-volumes-storageclass
|
|
158
|
+
description: >-
|
|
159
|
+
PersistentVolume, PersistentVolumeClaim lifecycle. Access modes.
|
|
160
|
+
Reclaim policies. StorageClass & dynamic provisioning.
|
|
161
|
+
hostPath, emptyDir, NFS. VolumeMount vs VolumeFrom.
|
|
162
|
+
duration_minutes: 55
|
|
163
|
+
is_free: true
|
|
164
|
+
sort_order: 8
|
|
165
|
+
video_url: null
|
|
166
|
+
|
|
167
|
+
- id: cka-section-05
|
|
168
|
+
title: "Domain 5: Troubleshooting (30%)"
|
|
169
|
+
description: Node, workload, networking troubleshooting, etcd backup
|
|
170
|
+
sort_order: 5
|
|
171
|
+
lessons:
|
|
172
|
+
- id: cka-d5-l01
|
|
173
|
+
title: "Bài 9: etcd Backup & Restore"
|
|
174
|
+
slug: 09-etcd-backup-restore
|
|
175
|
+
description: >-
|
|
176
|
+
etcd architecture. etcdctl snapshot save/restore.
|
|
177
|
+
Environment variables: ETCDCTL_API, certificates.
|
|
178
|
+
Static pod manifest cho etcd. Recovery procedures.
|
|
179
|
+
Encryption at rest configuration.
|
|
180
|
+
duration_minutes: 55
|
|
181
|
+
is_free: true
|
|
182
|
+
sort_order: 9
|
|
183
|
+
video_url: null
|
|
184
|
+
- id: cka-d5-l02
|
|
185
|
+
title: "Bài 10: Troubleshooting Nodes & Cluster"
|
|
186
|
+
slug: 10-troubleshooting-nodes
|
|
187
|
+
description: >-
|
|
188
|
+
Node NotReady: kubelet, container runtime issues.
|
|
189
|
+
journalctl, systemctl debugging. Certificate issues.
|
|
190
|
+
Control plane component failures. Static pods.
|
|
191
|
+
kubectl describe node, kubectl get events.
|
|
192
|
+
duration_minutes: 60
|
|
193
|
+
is_free: true
|
|
194
|
+
sort_order: 10
|
|
195
|
+
video_url: null
|
|
196
|
+
- id: cka-d5-l03
|
|
197
|
+
title: "Bài 11: Troubleshooting Workloads"
|
|
198
|
+
slug: 11-troubleshooting-workloads
|
|
199
|
+
description: >-
|
|
200
|
+
Pod stuck states: Pending, CrashLoopBackOff, ImagePullBackOff, OOMKilled.
|
|
201
|
+
kubectl logs, exec, describe. Init container debugging.
|
|
202
|
+
Resource constraints. Liveness/Readiness probe failures.
|
|
203
|
+
duration_minutes: 60
|
|
204
|
+
is_free: true
|
|
205
|
+
sort_order: 11
|
|
206
|
+
video_url: null
|
|
207
|
+
- id: cka-d5-l04
|
|
208
|
+
title: "Bài 12: Troubleshooting Networking & Exam Strategy"
|
|
209
|
+
slug: 12-troubleshooting-networking-exam
|
|
210
|
+
description: >-
|
|
211
|
+
DNS resolution failures. Service not reachable. kube-proxy issues.
|
|
212
|
+
Network policy blocking traffic. nslookup, curl debugging.
|
|
213
|
+
CKA exam tips: time management, kubectl shortcuts, imperative commands.
|
|
214
|
+
duration_minutes: 60
|
|
215
|
+
is_free: true
|
|
216
|
+
sort_order: 12
|
|
217
|
+
video_url: null
|