Thứ Ba, 21 tháng 10, 2025

Kubernetes Cheat Sheet

Cài đặt (Installation)

Cài đặt công cụ dòng lệnh kubectl để tương tác với API Kubernetes: https://kubernetes.io/docs/tasks/tools/#kubectl

Kích hoạt tự động hoàn thành trong bash:

kubectl completion bash | sudo tee /etc/bash_completion.d/kubectl

Cờ toàn cục (Global flags)

FlagMô tả
--namespace [namespace]Tên không gian tên để sử dụng
--context [context]Tên ngữ cảnh để sử dụng
--helpHiển thị thông tin về lệnh

Ngữ cảnh và cấu hình (Context and configuration)

CommandMô tả
kubectl config get-contextsLiệt kê tất cả ngữ cảnh
kubectl config current-contextHiển thị ngữ cảnh hiện tại
kubectl config use-context [context]Chuyển sang ngữ cảnh khác
kubectl config delete-context [context]Xóa ngữ cảnh được chỉ định

Hiển thị tài nguyên (Display resources)

CommandMô tả
kubectl get [resource]Liệt kê tài nguyên trong không gian tên hiện tại
kubectl get [resource] -o wideLiệt kê tài nguyên với chi tiết mở rộng
kubectl get [resource] -ALiệt kê tài nguyên trong tất cả không gian tên
kubectl get [resource] [name]Liệt kê một tài nguyên cụ thể
kubectl get [resource] -l [key1]=[value1]Liệt kê tài nguyên có nhãn [key1] chứa [value1]
kubectl get [resource] [name] -o yamlIn tài nguyên cụ thể dưới dạng YAML
kubectl describe [resource]Hiển thị thông tin chi tiết về tài nguyên

Áp dụng tệp cấu hình (Apply configuration manifests)

CommandMô tả
kubectl apply -f [file]Áp dụng cấu hình từ một tệp
kubectl apply -f [dir]Áp dụng tất cả cấu hình trong thư mục
kubectl apply -k [dir]Áp dụng tài nguyên từ thư mục Kustomize

Tạo tài nguyên thủ công (Create resources manually)

CommandMô tả
kubectl run [name] --image=[image]Khởi động một pod
kubectl create deployment [name] --image=[image]Tạo một deployment
kubectl expose pod [pod] --port=[port]Tạo dịch vụ cho pod hiện có
kubectl expose deployment [name] --port=[port]Tạo dịch vụ cho deployment hiện có
kubectl create ingress [name] --rule=[host/path=svc:port]Tạo ingress định tuyến lưu lượng đến dịch vụ
kubectl create job [name] --from=cronjob/[name]Tạo job từ một cronjob
kubectl create cronjob [name] --schedule=[schedule]Tạo cronjob với lịch trình Cron
kubectl create secret generic [name]Tạo secret chứa cặp [key] và [value]
kubectl create secret docker-registry [name] --docker-username=[username]Tạo secret cho registry Docker

Tạo tệp YAML cấu hình (Generate YAML configuration manifests)

CommandMô tả
kubectl create deployment [name] --image=[image] --dry-run=client -o yamlTạo tệp YAML cho deployment
kubectl expose deployment [name] --port=[port] --dry-run=client -o yamlTạo tệp YAML cho dịch vụ của deployment

Chỉnh sửa tài nguyên (Edit resources)

CommandMô tả
kubectl edit [resource] [name]Chỉnh sửa tài nguyên trong trình soạn thảo
kubectl set image [resource] [name] [container]=[image]Cập nhật image của container trong pod

Đặt nhãn và chú thích (Set labels and annotations)

CommandMô tả
kubectl label [resource] [name] [key]=[value]Thêm nhãn cho tài nguyên
kubectl annotate [resource] [name] [key]=[value]Thêm chú thích cho tài nguyên

Xử lý tài nguyên (Manage resources)

CommandMô tả
kubectl scale deployment [name] --replicas=[n]Điều chỉnh số lượng bản sao của deployment
kubectl delete [resource] [name]Xóa một tài nguyên cụ thể
kubectl delete -f [file]Xóa tài nguyên từ tệp cấu hình

Tương tác với pod (Interact with pods)

CommandMô tả
kubectl logs [pod]Xem nhật ký của pod
kubectl logs -f [pod]Theo dõi nhật ký của pod theo thời gian thực
kubectl exec [pod] -- [command]Thực thi lệnh trong pod
kubectl exec -it [pod] -- bashMở shell trong pod
kubectl port-forward [pod] [local-port]:[pod-port]Chuyển tiếp cổng từ pod đến máy cục bộ

Kiểm tra cụm (Inspect cluster)

CommandMô tả
kubectl cluster-infoHiển thị thông tin về cụm
kubectl top podHiển thị mức sử dụng tài nguyên của pod
kubectl top nodeHiển thị mức sử dụng tài nguyên của node
=============================
Website không chứa bất kỳ quảng cáo nào, mọi đóng góp để duy trì phát triển cho website (donation) xin vui lòng gửi về STK 90.2142.8888 - Ngân hàng Vietcombank Thăng Long - TRAN VAN BINH
=============================
Nếu bạn không muốn bị AI thay thế và tiết kiệm 3-5 NĂM trên con đường trở thành DBA chuyên nghiệp hay làm chủ Database thì hãy đăng ký ngay KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE, được Coaching trực tiếp từ tôi với toàn bộ bí kíp thực chiến, thủ tục, quy trình của gần 20 năm kinh nghiệm (mà bạn sẽ KHÔNG THỂ tìm kiếm trên Internet/Google) từ đó giúp bạn dễ dàng quản trị mọi hệ thống Core tại Việt Nam và trên thế giới, đỗ OCP.
- CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
- Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
2 khóa học online qua video giúp bạn nhanh chóng có những kiến thức nền tảng về Linux, Oracle, học mọi nơi, chỉ cần có Internet/4G:
- Oracle cơ bản: https://bit.ly/admin_1200
- Linux: https://bit.ly/linux_1200
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile/Zalo: 0902912888
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: https://www.youtube.com/@binhguru
👨 Tiktok: https://www.tiktok.com/@binhguru
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhguru
👨 Podcast: https://www.podbean.com/pu/pbblog-eskre-5f82d6
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
cơ sở dữ liệu, cơ sở dữ liệu quốc gia, database, AI, trí tuệ nhân tạo, artificial intelligence, machine learning, deep learning, LLM, ChatGPT, DeepSeek, Grok, oracle tutorial, học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,sql tutorial, khóa học pl/sql tutorial, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c/21c/23c/23ai, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail,oracle RAC, ASM, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, postgresql tutorial, mysql tutorial, mariadb tutorial, ms sql server tutorial, nosql, mongodb tutorial, oci, cloud, middleware tutorial, docker, k8s, micro service, hoc solaris tutorial, hoc linux tutorial, hoc aix tutorial, unix tutorial, securecrt, xshell, mobaxterm, putty

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master