arush-sal / cka-practice-environment

A sample lab test environment to help in preparation of CKA certification.
MIT License
861 stars 472 forks source link

Boostraping not clear #4

Closed yogeek closed 5 years ago

yogeek commented 5 years ago

In the 1st question : "Bootstrap a Kubernetes v1.10 cluster using kubeadm", it seems that kubeadm is not installed and even docker daemon is not running in the SSH Terminal : is it normal ? Do we need to install all the needed tools manually in the web app console before taking the test ?

arush-sal commented 5 years ago

No, in the exam you don't need to install all the tools needed manually but rather it all will be provided. I tried working on a similar setup as play-with-k8s but could get it working and didn't have much time to work on it after that. Therefore yes, it is far from perfect and a lot of things needs to be fixed here before we can call it stable.

yogeek commented 5 years ago

Ok thanks. I will look into this and make a PR if I find the time :-)