CKAD
#k8s
概要
オーケストレーターとしてKubernetesを開発プロジェクトに利用する開発者、クラウドエンジニアが対象
難易度はCKAD < CKA < CKS
試験は2時間
15~20問で66%以上の正解率で合格
有効期限3年
395$
高すぎww
一回無料でやり直しできる
table:試験範囲
Application Design and Build 20%
Application Deployment 20%
Application Observability and Maintenance 15%
Application Environment, Configuration and Security 25%
Services and Networking 20%
https://github.com/cncf/curriculum/blob/master/CKAD_Curriculum_v1.25.pdf
ポイント
簡単な問題から順次解いていく
viの操作に成れている方がいい
vimの最低限の設定を~/.vimrcに打ち込む
yamlファイルの設定をやりやすくする
code:text
set tabstop=2
set expandtab
set shifwidth=2
alias k=kubectl
公式ドキュメントに慣れておく
kubectl -h | grep kubectl
ヘルプコマンドの例をひな形として修正していくと効率良く進められる
$ kubectl run -h | grep kubectl
$ kubectl create deployment -h | grep kubectl
$ kubectl create configmap -h | grep kubectl
$ kubectl expose -h | grep kubectl
$ kubectl scale -h | grep kubectl
学習
公式ドキュメント
CKAD Exercises
Practice Enough With These 150 Questions for the CKAD Exam
kubectl Cheat Sheet
https://github.com/dgkanatsios/CKAD-exercises
https://github.com/dgkanatsios/CKAD-exercises
Kubernetes the hard way
killer.sh
試験シミュレーター
参照
公式サイトCKAD
2021年2-3月に CKAD と CKA を受験した / 受験 Tips と 勉強方法をまとめる
CKA / CKAD 試験を受けました (2022年)