Certified Kubernetes Administrator (CKA)
Khoá học hands-on giúp bạn nắm vững kiến trúc, vận hành và troubleshooting Kubernetes, chuẩn bị tự tin cho kỳ thi CKA của CNCF / The Linux Foundation.

Giới thiệu chứng chỉ
Chứng chỉ Certified Kubernetes Administrator (CKA) do Cloud Native Computing Foundation (CNCF) và The Linux Foundation cấp, xác nhận năng lực quản trị và vận hành hệ thống Kubernetes trong môi trường thực tế.
CKA đánh giá khả năng cài đặt, cấu hình, quản lý và xử lý sự cố cluster Kubernetes, bao gồm các chủ đề như cluster architecture, networking, storage, workload scheduling, security và troubleshooting.
Đây là chứng chỉ quan trọng dành cho Kubernetes Administrator, DevOps Engineer, SRE hoặc bất kỳ ai làm việc trực tiếp với Kubernetes trong môi trường production.
Kỳ thi CKA là hands-on exam (100% thực hành trên command line), yêu cầu thí sinh thao tác trực tiếp trên cluster trong thời gian giới hạn.
CNCF khuyến nghị ứng viên có kinh nghiệm làm việc với Kubernetes trước khi thi.
Và tất nhiên, bạn hoàn toàn có thể đạt được chứng chỉ này sớm hơn với lộ trình học và luyện thi phù hợp!
Mục tiêu khoá học
Hiểu tổng quan kiến trúc Kubernetes và các thành phần cốt lõi: API Server, Controller Manager, Scheduler, etcd, kubelet.
Nắm vững cách triển khai và quản lý Kubernetes cluster.
Hiểu cấu trúc, nội dung và phạm vi kiến thức trọng tâm của bài thi CKA.
Triển khai và quản lý Pod, Deployment, DaemonSet, StatefulSet.
Quản lý networking trong cluster (Service, Ingress, DNS).
Cấu hình storage (PersistentVolume, PersistentVolumeClaim, StorageClass).
Thiết lập RBAC, ServiceAccount và các cơ chế bảo mật cơ bản.
Thực hiện backup & restore etcd.
Troubleshooting cluster và application.
Thành thạo kubectl và quản lý YAML manifest.
Thực hành lab sát với format bài thi thực tế.
Được giải thích chi tiết các bài lab và chiến lược làm bài hiệu quả.
Tự tin tham gia kỳ thi Certified Kubernetes Administrator (CKA).
Nâng cao thu nhập, mở rộng cơ hội nghề nghiệp và cơ hội làm DevOps / SRE / Cloud Engineer.
Nội dung khoá học
Section 01: CKA Overview, Learning Path & Environment Setup
- Kubernetes Overview & CKA Certification Path
- Kubernetes Architecture Big Picture
- Learning Resources: Udemy & KodeKloud
- Effective Study Strategy (Theory + Lab song song)
- Setup Local Kubernetes Environment
- Install kubectl & Container Runtime
- Linux Prerequisite Review
- Container & Docker Fundamentals (K8s-oriented)
- Lab: Verify Environment & CLI Practice
- Session 1 Recap & Prerequisite Assignment
Core Concepts (1) - Cluster Architecture & Control Plane
- Cluster Architecture (High-level overview)
- Docker vs ContainerD
- ETCD
- Kube-API Server
- Kube-controller-manager
- Kube Scheduler
- Kubelet
- Kube Proxy
- Lab / Quiz
Core Concepts (2) - Workloads & Networking Basics
- ReplicaSets
- Deployments
- Services
- Namespaces
- Lab / Quiz
Core Concepts (3) - Kubectl & Configuration Approach
- Kubectl Apply Command
- Imperative vs Declarative
- Thực hành tổng hợp: Deploy + Expose + Scale + Namespace separation
- Lab / Quiz
Scheduling (1) - Scheduling Fundamentals & Workload Placement
- Manual Scheduling
- Labels and Selectors
- Node Selectors
- Node Affinity
- Taints and Tolerations
- Taints & Tolerations vs Node Affinity
- Resource Requirements & Limits (Container level)
- Lab / Quiz
Scheduling (2) - Advanced Scheduling & Control Mechanisms
- DaemonSets
- Static Pods
- Multiple Schedulers
- (2025 Update) Admission Controllers
- Mini Lab tổng hợp: Control workload placement & resource behavior
Logging & Monitoring
- Monitor Cluster Components
- Managing Application Logs
- Lab / Quiz
Application Lifecycle Management
- Rolling Updates and Rollbacks (Deployment)
- Command and Arguments in Kubernetes
- Config Maps
- Secrets
- Demo: Encrypting Secret Data at Rest
- Multi Container Pods
- InitContainers
- (2025 Updates) HPA, VPA
- Lab / Quiz
Cluster Maintenance
- OS Upgrade
- Versioning
- Cluster Upgrade
- Backup & Restore Methods
- Working with ETCDCTL
- Certification Exam Tips
- Lab / Quiz
Security (1) - Security Foundations & Authentication
- Kubernetes Security Primitives
- Authentication
- TLS Basics
- TLS in Kubernetes
- TLS in Kubernetes – Certificate Creation
- View Certificate Details
- Certificates API
- KubeConfig
- Lab / Quiz
Security (2) - Authorization & Access Control
- API Groups
- Authorization
- Role Based Access Control (RBAC)
- ClusterRoles & RoleBindings
- Service Accounts
- Image Security
- Pre-requisite: Security in Docker
- Lab / Quiz
Security (3) - Runtime Security & Network Isolation
- Security Contexts
- Network Policy
- Kubectx & Kubens (CLI Tools)
- (2025 Update) Custom Resource Definition (CRD)
- Mini Lab tổng hợp: RBAC + SA + NetworkPolicy + SecurityContext
Storage
- Storage in Docker
- Volume Driver Plugins in Docker
- Container Storage Interface (CSI)
- Volumes
- Persistent Volumes
- Storage Class
- Lab / Quiz
Networking (1) - Networking Foundations & Pod Networking
- Prerequisite – Switching & Routing
- Prerequisite – DNS
- Prerequisite – CoreDNS
- Prerequisite – Network Namespaces
- Prerequisite – Docker Networking
- Prerequisite – CNI
- Cluster Networking Overview
- Pod Networking
- CNI in Kubernetes (Bridge plugin)
- CNI Weave (Weave Net)
- IP Address Management (IPAM – Weave)
- Lab / Quiz
Networking (2) - Service Exposure, DNS & Ingress
- Service Networking
- DNS & CoreDNS in Kubernetes
- Ingress Concepts
- Practice Test 1 – Ingress
- Practice Test 2 – Deploy Ingress Controller & Resources
- (2025 Update) Gateway API
- Mini Lab tổng hợp: Pod → Service → Ingress → Gateway
Design and Install a Kubernetes Cluster
- Design a Kubernetes Cluster
- Choosing Kubernetes Infrastructure
- Configure High Availability
- ETCD in HA
- Kubernetes the Hard Way
- Lab / Quiz
Install "Kubernetes the kubeadm way"
- Introduction to Deployment with Kubeadm
- Deploy with Kubeadm - Provision VMs with Vagrant
- Demo - Deployment with Kubeadm
- Practice Test - Deploy a Kubernetes Cluster using Kubeadm
(2025 Updates) Helm Basics
- Helm overview & concepts
- Installation and setup
- Helm components & architecture
- Helm charts, install, upgrade, rollback
- Customizing chart values
- (2025 Updates) Kustomize Basics
- Kustomize basics & ideology
- kustomization.yaml, Transformers, Patches, Overlays, Components
- Lab / Quiz
Troubleshooting
- Application Failure
- Control Plane Failure
- Worker Node Failure
- Network Troubleshooting
- Lab / Quiz
Other Topics
- Pre-Requisites - JSON PATH
- Advanced Kubectl Commands
- YAML nâng cao
- Lab / Quiz
Mock Exams
Hướng dẫn schedule exam & Practice killer.sh
More: Keep Learning, Kubestronaut & Golden Tips
- Tips for certification
- FAQs
- Say Thanks
Đối tượng tham gia
System Administrator muốn chuyển hướng sang Kubernetes.
DevOps Engineer muốn củng cố nền tảng Kubernetes vững chắc.
SRE (Site Reliability Engineer) cần chứng minh năng lực quản trị cluster.
Developer muốn hiểu cách ứng dụng vận hành trong môi trường container orchestration.
Cloud Engineer đang làm việc với AWS / Azure / GCP và cần kiến thức Kubernetes thực chiến.
Sinh viên CNTT muốn trang bị kỹ năng cloud-native theo tiêu chuẩn quốc tế.
Những ai muốn đạt chứng chỉ quốc tế về Kubernetes để nâng cao năng lực chuyên môn và thu nhập.
Yêu cầu đầu vào
Có kiến thức cơ bản về Linux (CLI, process, networking).
Hiểu khái niệm container (Docker là lợi thế).
Biết đọc hiểu tài liệu tiếng Anh kỹ thuật.
Có kiến thức cơ bản về network (TCP/IP, DNS, HTTP).
Không bắt buộc đã từng vận hành Kubernetes, nhưng có trải nghiệm thực tế sẽ là lợi thế lớn.
Hình thức học
Học ONLINE, tương tác trực tiếp với Mentor qua Google Meet.
Có video record gửi lại sau mỗi buổi học để học viên ôn tập.
Trao đổi, hỏi đáp với Mentor và các học viên khác thông qua Discord.
Mentor đồng hành xuyên suốt trong quá trình học, luyện thi và hỗ trợ đến khi đạt chứng chỉ.
Cam kết
PASS chứng chỉ Certified Kubernetes Administrator (CKA) nếu học viên tham gia trên 80% số buổi học và hoàn thành đầy đủ bài lab/mock exam.
Mentor hỗ trợ học viên liên tục trong và sau khóa học, bao gồm cả giai đoạn ôn thi.
Học lại miễn phí cho đến khi học viên thi đỗ chứng chỉ CKA.
Hoàn lại 100% học phí nếu học viên cảm thấy không phù hợp trong 3 buổi học đầu tiên.
Ưu đãi
Giảm 200.000 VNĐ cho học viên đăng ký theo nhóm (từ 2 người trở lên).
Giảm 300.000 VNĐ cho học viên cũ đã từng tham gia các khóa học AWS, Azure.
2 suất học bổng mỗi khóa – mỗi suất trị giá 1.000.000 VNĐ, dành cho 2 học viên thi đỗ chứng chỉ CKA sớm nhất (trong vòng 1 tháng kể từ khi khóa học kết thúc).
Học phí
4.480.000 ₫
Cam kết PASS
Học trên 80% buổi — không pass, học lại miễn phí khoá tiếp theo.