Hi, I am started with 'Installation, Configuration & Validation' from CKA co . . .

Sambasiva Rao:
Hi, I am started with ‘Installation, Configuration & Validation’ from CKA course. I got some customized tools like vagrant in the course to setup the k8s. Are we allowed t use the same tool in the CKA exam if we really need to setup k8s? What type of questions we can expect from this chapter in the exam? It would be really great help if you can clarify my doubts. Any reference on further readings on this chapter in the exam point of view?

Tej_Singh_Rana:
Hello, @Sambasiva Rao
No, we can’t use that vagrant during the exam. It’s out of the scope.
We will get fresh instances to install the cluster from scratch.
To install the cluster, you can visit this official k8s page.
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
But make sure use the correct k8s version (To change the version, go to the top right corner of this page) like if exam is based on the v1.21 then change the version to v1.21 instead of v1.22.
Official k8s page always shows the latest k8s version.

Sambasiva Rao:
Thanks Tej!