Hi All, from CKA exam perspective do we need to have good hands/knowledge on how . . .

Dinesh:
Hi All, from CKA exam perspective do we need to have good hands/knowledge on how to install kubernetes by hardway (ie using binaries) and via kubeadm. If yes then is there any documentation on http://kubernetes.io|kubernetes.io which can be referred.

Tej_Singh_Rana:
Hello, @Dinesh
> do we need to have good hands/knowledge on how to install kubernetes by hardway (ie using binaries)
Don’t require hands-on/knowledge to install a k8s cluster by hardway for an official exam.
k8s cluster setup by kubeadm way is sufficient.
But if you want to know how k8s control plane components works then try it k8s-hardway. It will give you more knowledge and experience about internal control plane components workflow.

Dinesh:
Thanks, is there any documentation on http://kubernetes.io|kubernetes.io which cab be used to install k8s cluster using kubeadm…

Tej_Singh_Rana:
here:
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/

Dinesh:
Thank you Tej