@xdev-asia/xdev-knowledge-mcp 1.0.43 → 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 +5 -0
- package/content/series/luyen-thi/luyen-thi-aws-ml-specialty/chapters/01-phan-1-data-engineering/lessons/02-bai-2-data-transformation.md +5 -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/package.json +1 -1
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: 019c9619-lt03-l09
|
|
3
|
+
title: 'Bài 9: Responsible AI & Security'
|
|
4
|
+
slug: bai-9-responsible-ai
|
|
5
|
+
description: >-
|
|
6
|
+
Google Responsible AI principles. Vertex AI Explainability (SHAP, IG).
|
|
7
|
+
Fairness indicators. Privacy: differential privacy, federated learning.
|
|
8
|
+
IAM, VPC-SC, CMEK cho ML workloads.
|
|
9
|
+
duration_minutes: 50
|
|
10
|
+
is_free: true
|
|
11
|
+
video_url: null
|
|
12
|
+
sort_order: 9
|
|
13
|
+
section_title: "Phần 5: Responsible AI & Ôn tập"
|
|
14
|
+
course:
|
|
15
|
+
id: 019c9619-lt03-7003-c003-lt0300000003
|
|
16
|
+
title: 'Luyện thi Google Cloud Professional Machine Learning Engineer'
|
|
17
|
+
slug: luyen-thi-gcp-ml-engineer
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
<h2 id="responsible-ai"><strong>1. Google's Responsible AI Principles</strong></h2>
|
|
21
|
+
|
|
22
|
+
<table>
|
|
23
|
+
<thead><tr><th>Principle</th><th>Key Requirement</th></tr></thead>
|
|
24
|
+
<tbody>
|
|
25
|
+
<tr><td><strong>Socially Beneficial</strong></td><td>Benefits society and individuals</td></tr>
|
|
26
|
+
<tr><td><strong>Avoid Unfair Bias</strong></td><td>Test fairness across demographic groups</td></tr>
|
|
27
|
+
<tr><td><strong>Safety</strong></td><td>Test across diverse scenarios, continuous evaluation</td></tr>
|
|
28
|
+
<tr><td><strong>Accountable</strong></td><td>Appropriate human oversight and control</td></tr>
|
|
29
|
+
<tr><td><strong>Privacy Preserving</strong></td><td>Protect training data privacy</td></tr>
|
|
30
|
+
<tr><td><strong>Scientific Excellence</strong></td><td>Rigorous research standards</td></tr>
|
|
31
|
+
<tr><td><strong>Available for Beneficial Uses</strong></td><td>Primary benefit criteria</td></tr>
|
|
32
|
+
</tbody>
|
|
33
|
+
</table>
|
|
34
|
+
|
|
35
|
+
<h2 id="explainability"><strong>2. Vertex AI Explainability</strong></h2>
|
|
36
|
+
|
|
37
|
+
<p>Vertex AI Explainability cung cấp feature attribution scores — giải thích tại sao model đưa ra prediction nào đó.</p>
|
|
38
|
+
|
|
39
|
+
<table>
|
|
40
|
+
<thead><tr><th>Method</th><th>For</th><th>How</th></tr></thead>
|
|
41
|
+
<tbody>
|
|
42
|
+
<tr><td><strong>SHAP (Shapley Values)</strong></td><td>Tabular models</td><td>Game theory: contribution của mỗi feature</td></tr>
|
|
43
|
+
<tr><td><strong>Integrated Gradients (IG)</strong></td><td>Neural networks (image, text)</td><td>Gradient accumulation from baseline to input</td></tr>
|
|
44
|
+
<tr><td><strong>XRAI</strong></td><td>Image models</td><td>Pixel-region attribution (better UX than IG)</td></tr>
|
|
45
|
+
<tr><td><strong>Sampled Shapley</strong></td><td>Large tabular datasets</td><td>Approximate SHAP, faster</td></tr>
|
|
46
|
+
</tbody>
|
|
47
|
+
</table>
|
|
48
|
+
|
|
49
|
+
<blockquote>
|
|
50
|
+
<p><strong>Exam tip:</strong> "Explain why a loan was denied" → SHAP for tabular models. "Highlight which image regions drove classification" → Integrated Gradients or XRAI. Vertex AI Explainability phải được enable lúc deploy endpoint.</p>
|
|
51
|
+
</blockquote>
|
|
52
|
+
|
|
53
|
+
<h2 id="fairness"><strong>3. Fairness & Bias Detection</strong></h2>
|
|
54
|
+
|
|
55
|
+
<table>
|
|
56
|
+
<thead><tr><th>Tool/Concept</th><th>Description</th></tr></thead>
|
|
57
|
+
<tbody>
|
|
58
|
+
<tr><td><strong>Fairness Indicators</strong></td><td>GCP tool: evaluate model fairness metrics across demographic slices</td></tr>
|
|
59
|
+
<tr><td><strong>What-If Tool</strong></td><td>Interactive exploration of model behavior, counterfactuals</td></tr>
|
|
60
|
+
<tr><td><strong>Demographic parity</strong></td><td>Model predicts same rate across demographic groups</td></tr>
|
|
61
|
+
<tr><td><strong>Equal opportunity</strong></td><td>Same recall/TPR across groups</td></tr>
|
|
62
|
+
<tr><td><strong>Data slice evaluation</strong></td><td>Evaluate metrics per gender, race, age in TFX Evaluator</td></tr>
|
|
63
|
+
</tbody>
|
|
64
|
+
</table>
|
|
65
|
+
|
|
66
|
+
<h2 id="privacy"><strong>4. Privacy Techniques</strong></h2>
|
|
67
|
+
|
|
68
|
+
<table>
|
|
69
|
+
<thead><tr><th>Technique</th><th>Description</th></tr></thead>
|
|
70
|
+
<tbody>
|
|
71
|
+
<tr><td><strong>Differential Privacy</strong></td><td>Add statistical noise to training data/model, prevents individual data re-identification</td></tr>
|
|
72
|
+
<tr><td><strong>Federated Learning</strong></td><td>Train on distributed data without centralizing raw data — model updates only</td></tr>
|
|
73
|
+
<tr><td><strong>Data Anonymization</strong></td><td>Remove PII before training (Cloud DLP API)</td></tr>
|
|
74
|
+
</tbody>
|
|
75
|
+
</table>
|
|
76
|
+
|
|
77
|
+
<h2 id="security"><strong>5. Security Controls for ML Workloads</strong></h2>
|
|
78
|
+
|
|
79
|
+
<table>
|
|
80
|
+
<thead><tr><th>Control</th><th>Purpose</th></tr></thead>
|
|
81
|
+
<tbody>
|
|
82
|
+
<tr><td><strong>IAM roles</strong></td><td>Least-privilege access for ML service accounts</td></tr>
|
|
83
|
+
<tr><td><strong>VPC Service Controls (VPC-SC)</strong></td><td>Security perimeter: prevent data exfiltration from BigQuery, GCS</td></tr>
|
|
84
|
+
<tr><td><strong>CMEK (Customer-Managed Encryption Keys)</strong></td><td>Control encryption keys via Cloud KMS</td></tr>
|
|
85
|
+
<tr><td><strong>Private IP for Vertex AI</strong></td><td>Training and endpoints use private networking</td></tr>
|
|
86
|
+
<tr><td><strong>Cloud Audit Logs</strong></td><td>Who accessed what data, when (Data Access + Admin Activity)</td></tr>
|
|
87
|
+
</tbody>
|
|
88
|
+
</table>
|
|
89
|
+
|
|
90
|
+
<pre><code class="language-text">VPC Service Controls Perimeter:
|
|
91
|
+
|
|
92
|
+
┌────── Security Perimeter ─────────┐
|
|
93
|
+
│ BigQuery │ Cloud Storage │
|
|
94
|
+
│ Vertex AI │ Cloud KMS │
|
|
95
|
+
│ Dataflow │ Secret Manager │
|
|
96
|
+
└──────────────────────────────────┘
|
|
97
|
+
│ (no exfiltration outside perimeter)
|
|
98
|
+
✗ Unauthorized access blocked
|
|
99
|
+
</code></pre>
|
|
100
|
+
|
|
101
|
+
<h2 id="practice"><strong>6. Practice Questions</strong></h2>
|
|
102
|
+
|
|
103
|
+
<p><strong>Q1:</strong> A financial services company deployed a loan approval ML model. Regulators require the company to explain why specific loan applications were denied. Which Vertex AI feature provides per-prediction feature importance scores for tabular models?</p>
|
|
104
|
+
<ul>
|
|
105
|
+
<li>A) Vertex AI Experiments</li>
|
|
106
|
+
<li>B) Vertex AI Explainability with SHAP ✓</li>
|
|
107
|
+
<li>C) Vertex AI Model Monitoring</li>
|
|
108
|
+
<li>D) Fairness Indicators</li>
|
|
109
|
+
</ul>
|
|
110
|
+
<p><em>Explanation: Vertex AI Explainability with Shapley Values (SHAP) assigns an importance score to each feature for each individual prediction, explaining why a specific loan was denied by attributing the model's decision to specific input features like credit_score, income, debt_ratio.</em></p>
|
|
111
|
+
|
|
112
|
+
<p><strong>Q2:</strong> A healthcare company needs to train ML models on patient data distributed across multiple hospitals. Data privacy regulations prohibit centralizing raw patient records. Which privacy-preserving ML approach should they use?</p>
|
|
113
|
+
<ul>
|
|
114
|
+
<li>A) Differential Privacy with central training</li>
|
|
115
|
+
<li>B) Federated Learning ✓</li>
|
|
116
|
+
<li>C) Data anonymization + BigQuery ML</li>
|
|
117
|
+
<li>D) Cloud DLP de-identification</li>
|
|
118
|
+
</ul>
|
|
119
|
+
<p><em>Explanation: Federated Learning trains models on distributed data without moving raw data to a central location. Each hospital trains locally on its own data; only model updates (gradients) are shared and aggregated. Raw patient records never leave the hospital's environment.</em></p>
|
|
120
|
+
|
|
121
|
+
<p><strong>Q3:</strong> A company processes sensitive financial data in BigQuery for ML training. They need to prevent data from being moved outside an approved security boundary to unauthorized GCP projects. Which GCP feature should they implement?</p>
|
|
122
|
+
<ul>
|
|
123
|
+
<li>A) Cloud KMS CMEK encryption</li>
|
|
124
|
+
<li>B) VPC Service Controls (VPC-SC) perimeter ✓</li>
|
|
125
|
+
<li>C) IAM role deny policies</li>
|
|
126
|
+
<li>D) Cloud Armor WAF</li>
|
|
127
|
+
</ul>
|
|
128
|
+
<p><em>Explanation: VPC Service Controls creates a security perimeter around GCP services (BigQuery, Cloud Storage, Vertex AI). It prevents data exfiltration by blocking requests that would move data outside the defined perimeter, even from authenticated users. CMEK provides encryption control but doesn't prevent exfiltration.</em></p>
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: 019c9619-lt03-l10
|
|
3
|
+
title: 'Bài 10: Cheat Sheet & Chiến lược thi GCP MLE'
|
|
4
|
+
slug: bai-10-cheat-sheet-chien-luoc-thi
|
|
5
|
+
description: >-
|
|
6
|
+
Bảng tổng hợp toàn khoá GCP Professional Machine Learning Engineer.
|
|
7
|
+
GCP service reference, evaluation metrics, domain weights, và chiến lược thi.
|
|
8
|
+
duration_minutes: 40
|
|
9
|
+
is_free: true
|
|
10
|
+
video_url: null
|
|
11
|
+
sort_order: 10
|
|
12
|
+
section_title: "Phần 5: Responsible AI & Ôn tập"
|
|
13
|
+
course:
|
|
14
|
+
id: 019c9619-lt03-7003-c003-lt0300000003
|
|
15
|
+
title: 'Luyện thi Google Cloud Professional Machine Learning Engineer'
|
|
16
|
+
slug: luyen-thi-gcp-ml-engineer
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
<h2 id="exam-structure"><strong>1. Cấu Trúc Đề Thi GCP Professional ML Engineer</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>60 câu</td></tr>
|
|
25
|
+
<tr><td><strong>Time Limit</strong></td><td>120 phút (2 giờ)</td></tr>
|
|
26
|
+
<tr><td><strong>Passing Score</strong></td><td>~70% (Google không công bố chính xác)</td></tr>
|
|
27
|
+
<tr><td><strong>Format</strong></td><td>Multiple choice, multiple select</td></tr>
|
|
28
|
+
<tr><td><strong>Validity</strong></td><td>2 năm</td></tr>
|
|
29
|
+
<tr><td><strong>Level</strong></td><td>Professional (intermediate to advanced)</td></tr>
|
|
30
|
+
</tbody>
|
|
31
|
+
</table>
|
|
32
|
+
|
|
33
|
+
<h2 id="domain-weights"><strong>2. Domain Weights</strong></h2>
|
|
34
|
+
|
|
35
|
+
<table>
|
|
36
|
+
<thead><tr><th>Domain</th><th>Weight</th></tr></thead>
|
|
37
|
+
<tbody>
|
|
38
|
+
<tr><td>1. Architecting low-code ML solutions</td><td>~10%</td></tr>
|
|
39
|
+
<tr><td>2. Collaborate within and across teams to manage data and models</td><td>~20%</td></tr>
|
|
40
|
+
<tr><td>3. Scale prototypes into ML models</td><td>~20%</td></tr>
|
|
41
|
+
<tr><td>4. Serve and scale models</td><td>~20%</td></tr>
|
|
42
|
+
<tr><td>5. Automate & orchestrate ML pipelines</td><td>~20%</td></tr>
|
|
43
|
+
<tr><td>6. Monitor ML solutions</td><td>~10%</td></tr>
|
|
44
|
+
</tbody>
|
|
45
|
+
</table>
|
|
46
|
+
|
|
47
|
+
<h2 id="service-cheat-sheet"><strong>3. GCP ML Services Cheat Sheet</strong></h2>
|
|
48
|
+
|
|
49
|
+
<table>
|
|
50
|
+
<thead><tr><th>Task</th><th>GCP Service</th></tr></thead>
|
|
51
|
+
<tbody>
|
|
52
|
+
<tr><td>No-code image classification</td><td>Vertex AI AutoML Image</td></tr>
|
|
53
|
+
<tr><td>SQL-based ML in data warehouse</td><td>BigQuery ML</td></tr>
|
|
54
|
+
<tr><td>Custom TensorFlow/PyTorch training</td><td>Vertex AI Custom Training</td></tr>
|
|
55
|
+
<tr><td>Hyperparameter optimization</td><td>Vertex AI Hyperparameter Tuning (Bayesian)</td></tr>
|
|
56
|
+
<tr><td>Feature consistency training/serving</td><td>Vertex AI Feature Store</td></tr>
|
|
57
|
+
<tr><td>ML workflow orchestration (pipelines)</td><td>Vertex AI Pipelines (KFP)</td></tr>
|
|
58
|
+
<tr><td>Experiment tracking</td><td>Vertex AI Experiments</td></tr>
|
|
59
|
+
<tr><td>Model versioning</td><td>Vertex AI Model Registry</td></tr>
|
|
60
|
+
<tr><td>A/B testing model versions</td><td>Vertex AI Endpoints traffic splitting</td></tr>
|
|
61
|
+
<tr><td>Monitor feature skew/drift</td><td>Vertex AI Model Monitoring</td></tr>
|
|
62
|
+
<tr><td>Explain model predictions</td><td>Vertex AI Explainability (SHAP, IG)</td></tr>
|
|
63
|
+
<tr><td>Real-time event ingestion</td><td>Pub/Sub</td></tr>
|
|
64
|
+
<tr><td>Batch + streaming ETL (unified)</td><td>Dataflow (Apache Beam)</td></tr>
|
|
65
|
+
<tr><td>Spark/Hadoop workloads</td><td>Dataproc</td></tr>
|
|
66
|
+
<tr><td>ML pipeline orchestration (multi-service)</td><td>Cloud Composer (Airflow)</td></tr>
|
|
67
|
+
<tr><td>Natural language analysis (no training)</td><td>Cloud Natural Language API</td></tr>
|
|
68
|
+
<tr><td>Document extraction</td><td>Document AI</td></tr>
|
|
69
|
+
<tr><td>Speech to text</td><td>Cloud Speech-to-Text API</td></tr>
|
|
70
|
+
<tr><td>Prevent data exfiltration</td><td>VPC Service Controls</td></tr>
|
|
71
|
+
<tr><td>Customer-managed encryption</td><td>Cloud KMS (CMEK)</td></tr>
|
|
72
|
+
</tbody>
|
|
73
|
+
</table>
|
|
74
|
+
|
|
75
|
+
<h2 id="traps"><strong>4. Common Exam Traps</strong></h2>
|
|
76
|
+
|
|
77
|
+
<table>
|
|
78
|
+
<thead><tr><th>Trap</th><th>Correct Answer</th></tr></thead>
|
|
79
|
+
<tbody>
|
|
80
|
+
<tr><td>"No ML expertise, image classification"</td><td>AutoML Image (not custom training)</td></tr>
|
|
81
|
+
<tr><td>"Train on data already in BigQuery"</td><td>BigQuery ML (not Vertex AI)</td></tr>
|
|
82
|
+
<tr><td>"Features differ at training vs serving"</td><td>Vertex AI Feature Store (not re-training)</td></tr>
|
|
83
|
+
<tr><td>"Trigger retraining when data arrives"</td><td>GCS notification → Eventarc → Vertex AI Pipeline</td></tr>
|
|
84
|
+
<tr><td>"Explain why model rejected application"</td><td>Vertex AI Explainability (SHAP)</td></tr>
|
|
85
|
+
<tr><td>"Train on distributed hospital data"</td><td>Federated Learning</td></tr>
|
|
86
|
+
<tr><td>"Prevent BigQuery data exfiltration"</td><td>VPC Service Controls</td></tr>
|
|
87
|
+
<tr><td>"Compare model performance across runs"</td><td>Vertex AI Experiments</td></tr>
|
|
88
|
+
</tbody>
|
|
89
|
+
</table>
|
|
90
|
+
|
|
91
|
+
<blockquote>
|
|
92
|
+
<p><strong>Exam tip:</strong> GCP Professional ML Engineer thường hỏi về architecture decisions, không phải API syntax. Key question patterns: "which service BEST fits the requirement", "what is the FIRST step", "which approach requires the LEAST operational overhead". Luôn ưu tiên managed services của GCP khi câu hỏi có "minimal management" hoặc "serverless".</p>
|
|
93
|
+
</blockquote>
|
|
94
|
+
|
|
95
|
+
<h2 id="study-plan"><strong>5. Kế Hoạch Ôn Tập</strong></h2>
|
|
96
|
+
|
|
97
|
+
<table>
|
|
98
|
+
<thead><tr><th>Ngày</th><th>Focus</th></tr></thead>
|
|
99
|
+
<tbody>
|
|
100
|
+
<tr><td>Day 1</td><td>Vertex AI full platform: Training, Pipelines, Endpoints, Monitoring</td></tr>
|
|
101
|
+
<tr><td>Day 2</td><td>Data engineering: Pub/Sub, Dataflow, Dataproc, Cloud Composer</td></tr>
|
|
102
|
+
<tr><td>Day 3</td><td>BigQuery ML + Feature Engineering + Feature Store</td></tr>
|
|
103
|
+
<tr><td>Day 4</td><td>Responsible AI: Explainability, Fairness, Privacy, Security</td></tr>
|
|
104
|
+
<tr><td>Day 5</td><td>Practice exam 1 — identify weak areas</td></tr>
|
|
105
|
+
<tr><td>Day 6</td><td>Review weak areas + Practice exam 2</td></tr>
|
|
106
|
+
<tr><td>Day 7</td><td>Cheat sheet review only</td></tr>
|
|
107
|
+
</tbody>
|
|
108
|
+
</table>
|
|
@@ -6,7 +6,7 @@ description: >-
|
|
|
6
6
|
Lộ trình ôn tập toàn diện cho kỳ thi Google Cloud Professional Machine Learning
|
|
7
7
|
Engineer. Vertex AI, BigQuery ML, TFX pipeline, MLOps trên GCP.
|
|
8
8
|
|
|
9
|
-
featured_image:
|
|
9
|
+
featured_image: images/blog/gcp-ml-engineer-series-banner.png
|
|
10
10
|
level: advanced
|
|
11
11
|
duration_hours: 35
|
|
12
12
|
lesson_count: 10
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: lt-kcna-series-001
|
|
3
|
+
title: "Luyện thi KCNA — Kubernetes and Cloud Native Associate"
|
|
4
|
+
slug: luyen-thi-kcna
|
|
5
|
+
description: >-
|
|
6
|
+
Lộ trình ôn tập toàn diện cho kỳ thi KCNA (Kubernetes and Cloud Native Associate).
|
|
7
|
+
Bao phủ đầy đủ 5 domain: Kubernetes Fundamentals (46%), Container Orchestration (22%),
|
|
8
|
+
Cloud Native Architecture (16%), Observability (8%), Application Delivery (8%).
|
|
9
|
+
9 bài học chuyên sâu kèm bài tập trắc nghiệm tiếng Anh.
|
|
10
|
+
|
|
11
|
+
featured_image: null
|
|
12
|
+
level: beginner
|
|
13
|
+
duration_hours: 20
|
|
14
|
+
lesson_count: 9
|
|
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: CNCF
|
|
40
|
+
slug: cncf
|
|
41
|
+
- name: Cloud Native
|
|
42
|
+
slug: cloud-native
|
|
43
|
+
- name: Chứng chỉ
|
|
44
|
+
slug: chung-chi
|
|
45
|
+
- name: DevOps
|
|
46
|
+
slug: devops
|
|
47
|
+
|
|
48
|
+
quiz_slug: kcna
|
|
49
|
+
|
|
50
|
+
ctions:
|
|
51
|
+
|
|
52
|
+
- id: kcna-section-01
|
|
53
|
+
title: "Domain 1: Kubernetes Fundamentals (46%)"
|
|
54
|
+
description: Kiến trúc K8s, core objects, networking, storage, RBAC
|
|
55
|
+
sort_order: 1
|
|
56
|
+
lessons:
|
|
57
|
+
- id: kcna-d1-l01
|
|
58
|
+
title: "Bài 1: Kubernetes Architecture & Core Components"
|
|
59
|
+
slug: 01-kien-truc-kubernetes
|
|
60
|
+
description: >-
|
|
61
|
+
Control plane vs Worker node. kube-apiserver, etcd, kube-scheduler,
|
|
62
|
+
controller-manager, kubelet, kube-proxy. Kubernetes objects overview.
|
|
63
|
+
duration_minutes: 55
|
|
64
|
+
is_free: true
|
|
65
|
+
sort_order: 1
|
|
66
|
+
video_url: null
|
|
67
|
+
- id: kcna-d1-l02
|
|
68
|
+
title: "Bài 2: Pods, Workloads & Controllers"
|
|
69
|
+
slug: 02-pods-workloads-controllers
|
|
70
|
+
description: >-
|
|
71
|
+
Pod lifecycle. Deployments, ReplicaSets, StatefulSets, DaemonSets,
|
|
72
|
+
Jobs, CronJobs. Labels, selectors, annotations.
|
|
73
|
+
duration_minutes: 55
|
|
74
|
+
is_free: true
|
|
75
|
+
sort_order: 2
|
|
76
|
+
video_url: null
|
|
77
|
+
- id: kcna-d1-l03
|
|
78
|
+
title: "Bài 3: Services, Networking & Storage"
|
|
79
|
+
slug: 03-services-networking-storage
|
|
80
|
+
description: >-
|
|
81
|
+
ClusterIP, NodePort, LoadBalancer. CoreDNS, Service discovery.
|
|
82
|
+
PersistentVolume, PVC, StorageClass. ConfigMaps & Secrets.
|
|
83
|
+
duration_minutes: 55
|
|
84
|
+
is_free: true
|
|
85
|
+
sort_order: 3
|
|
86
|
+
video_url: null
|
|
87
|
+
- id: kcna-d1-l04
|
|
88
|
+
title: "Bài 4: RBAC & Security Basics"
|
|
89
|
+
slug: 04-rbac-security
|
|
90
|
+
description: >-
|
|
91
|
+
Role, ClusterRole, RoleBinding, ClusterRoleBinding. ServiceAccounts.
|
|
92
|
+
Pod Security Standards. Network Policies overview.
|
|
93
|
+
duration_minutes: 50
|
|
94
|
+
is_free: true
|
|
95
|
+
sort_order: 4
|
|
96
|
+
video_url: null
|
|
97
|
+
|
|
98
|
+
- id: kcna-section-02
|
|
99
|
+
title: "Domain 2: Container Orchestration (22%)"
|
|
100
|
+
description: Container runtimes, OCI, container lifecycle, orchestration patterns
|
|
101
|
+
sort_order: 2
|
|
102
|
+
lessons:
|
|
103
|
+
- id: kcna-d2-l01
|
|
104
|
+
title: "Bài 5: Container Runtimes & OCI Standards"
|
|
105
|
+
slug: 05-container-runtimes-oci
|
|
106
|
+
description: >-
|
|
107
|
+
Docker vs containerd vs CRI-O. OCI Image Spec, OCI Runtime Spec.
|
|
108
|
+
Container lifecycle. Image layers và registry.
|
|
109
|
+
duration_minutes: 50
|
|
110
|
+
is_free: true
|
|
111
|
+
sort_order: 5
|
|
112
|
+
video_url: null
|
|
113
|
+
- id: kcna-d2-l02
|
|
114
|
+
title: "Bài 6: Container Orchestration Patterns"
|
|
115
|
+
slug: 06-orchestration-patterns
|
|
116
|
+
description: >-
|
|
117
|
+
Scheduling, resource management, high availability.
|
|
118
|
+
Multi-tenancy. Namespace isolation. Resource quotas.
|
|
119
|
+
Horizontal Pod Autoscaler, Vertical Pod Autoscaler.
|
|
120
|
+
duration_minutes: 50
|
|
121
|
+
is_free: true
|
|
122
|
+
sort_order: 6
|
|
123
|
+
video_url: null
|
|
124
|
+
|
|
125
|
+
- id: kcna-section-03
|
|
126
|
+
title: "Domain 3: Cloud Native Architecture (16%)"
|
|
127
|
+
description: 12-factor app, microservices, service mesh, serverless
|
|
128
|
+
sort_order: 3
|
|
129
|
+
lessons:
|
|
130
|
+
- id: kcna-d3-l01
|
|
131
|
+
title: "Bài 7: Cloud Native Architecture & Design Patterns"
|
|
132
|
+
slug: 07-cloud-native-architecture
|
|
133
|
+
description: >-
|
|
134
|
+
12-factor app methodology. Microservices vs Monolith.
|
|
135
|
+
Immutable infrastructure. Service mesh (Istio, Linkerd overview).
|
|
136
|
+
Serverless computing. CNCF landscape.
|
|
137
|
+
duration_minutes: 55
|
|
138
|
+
is_free: true
|
|
139
|
+
sort_order: 7
|
|
140
|
+
video_url: null
|
|
141
|
+
|
|
142
|
+
- id: kcna-section-04
|
|
143
|
+
title: "Domain 4 & 5: Observability & Application Delivery (16%)"
|
|
144
|
+
description: Logging, monitoring, tracing, Helm, GitOps, CI/CD
|
|
145
|
+
sort_order: 4
|
|
146
|
+
lessons:
|
|
147
|
+
- id: kcna-d4-l01
|
|
148
|
+
title: "Bài 8: Cloud Native Observability"
|
|
149
|
+
slug: 08-observability
|
|
150
|
+
description: >-
|
|
151
|
+
Logging với Fluentd/Loki. Metrics với Prometheus & Grafana.
|
|
152
|
+
Distributed tracing với Jaeger/Zipkin. OpenTelemetry.
|
|
153
|
+
Alerting và SLO/SLI/SLA.
|
|
154
|
+
duration_minutes: 50
|
|
155
|
+
is_free: true
|
|
156
|
+
sort_order: 8
|
|
157
|
+
video_url: null
|
|
158
|
+
- id: kcna-d5-l01
|
|
159
|
+
title: "Bài 9: Application Delivery — Helm, GitOps & CI/CD"
|
|
160
|
+
slug: 09-helm-gitops-cicd
|
|
161
|
+
description: >-
|
|
162
|
+
Helm charts, values, templates. GitOps với ArgoCD & Flux.
|
|
163
|
+
CI/CD pipelines cho Kubernetes. Kustomize basics.
|
|
164
|
+
Progressive delivery (canary, blue-green).
|
|
165
|
+
duration_minutes: 50
|
|
166
|
+
is_free: true
|
|
167
|
+
sort_order: 9
|
|
168
|
+
video_url: null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xdev-asia/xdev-knowledge-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.44",
|
|
4
4
|
"description": "MCP Server - Toàn bộ kiến thức xDev.asia: 57 series, 1200+ lessons, blog, showcase (AI, Architecture, DevSecOps, Programming)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|