Not sure about the latest environment; it should be there. In case missing, you can follow the documentation :) kubernetes.io/docs/tasks/tools/included/optional-kubectl-configs-bash-linux/
Good info but few points are not correct anymore. Like you cannot make use of bookmarks etc. This is a 2 years old video so some stuff have changed what is mentioned in this video. Overall still helpful video !
Thank you for sharing feedback. You are correct, it was published in 2020 and things have changed a lot. Hopefully we can publish an updated video very soon :)
Any restriction on the OS of the machine(laptop) that we use to attend the exam. Say if I go with Ubuntu is it allowed.? If I go with any office laptop is it allowed.?
Can you please clarify the following 1. During my exam CKAD, last week I found that kubectl auto completion was not working. Later I found that we can use the below command to enable auto completion. Will this work in CKAD exam terminal or i need to install something Source > ~/.bashrc 2. Is there way to allow the pods to communicate with each other without modifying network policy . I believe, if I add the labels to the pod same as in the network policy i can achieve this. 3. To get the top 1 node based on the CPU usage. I used the below answer, please confirm if there is any better way of doing this. kubectl top nodes --no-headers | sort --key 3 --numeric | tail -3
1. Yes, you can enable auto completion as needed. You can also refer Kubernetes documentation for the aanel 2. You can follow the network policy labels and adjust the deployment 3. Learn jsonpath. See this free course kodekloud.com/p/json-path-quiz
We can’t comment on that due to non-disclosure agreement. But we will say less chance for such situations; make sure you prepare for all tasks for exam.
Hi Gini, opting for cncf training and certification as a bundle is good or opting certification exam alone and training from external resources like kodekloud is fine ?
Hi Jayanth, Linux Foundation courses are good and you get as bundle with CKA/CKAD exam purchase. But we felt some other courses are much better on explaining and on Hands on Lab. We have already mentioned some recommendations in the video description. Recommended Courses: Certified Kubernetes Administrator (CKA) - kodekloud - bit.ly/ckacourse1 - Udemy - bit.ly/cka-ud-kk Certified Kubernetes Application Developer (CKAD) - kodekloud - bit.ly/ckadcourse2 - Udemy : bit.ly/ckad-ud-kk So its about the best course rather than a bundled offer :)
Yes, that course is very good and more than enough to pass the exam. Do the labs and mock exams multiple times and until you feel that you can do the labs without any help.
oh, actually better you practice and memorize that. there wont be any reference on help in kubernetes doc for the same. (I think so). You may setup it multiple times, then we will learn automatically. This is not only for kubernetes, can use for any yaml or other files and will be useful for day to day tasks. Video : ruclips.net/video/iADisa23AhQ/видео.html Blog : www.techbeatly.com/2018/06/setup-your-vim-editor-for-ansible-playbook.html
You can copy from documentation page; we don’t think there is a restriction or issue for that. But practice to create yaml skeletons/templates using kubectl commands with -o yaml or -dry-run options
Yes, auto-complete will work. If you are using aliases, just make sure its enabled; you can refer the kubernetes documentation to enable the same. Thanks.
Okay, You are allowed to access any sub domain as per their docs (verify candidate handbook anyway) But, don’t think In a way to keep your stuff there in discussion thread and use during exam; not a good idea. As we all know the exam is proctored and they can see what we are doing. That’s my take 👍🏻
Download Full Practice Exam Material Here: www.validexamdumps.com/linux-foundation/ckad-dumps Passing the Linux Foundation Certified Kubernetes Application Developer CKAD exam will provide you with one of the most sought after qualifications in the sector. There is no better way to prepare for your CKAD exam than using genuine Linux Foundation CKAD questions provided by us.
Hi, bash autocompletion are enabled by default? or do we need to do it in CKA exam
Not sure about the latest environment; it should be there.
In case missing, you can follow the documentation :)
kubernetes.io/docs/tasks/tools/included/optional-kubectl-configs-bash-linux/
Good info but few points are not correct anymore. Like you cannot make use of bookmarks etc.
This is a 2 years old video so some stuff have changed what is mentioned in this video.
Overall still helpful video !
Thank you for sharing feedback.
You are correct, it was published in 2020 and things have changed a lot.
Hopefully we can publish an updated video very soon :)
Thank you for all the efforts you have put to help future CKAs !
You are welcome.. and happy to hear that 🥰
@@techbeatly awesome article!
Thank You 😊
Happy to hear that
Any restriction on the OS of the machine(laptop) that we use to attend the exam. Say if I go with Ubuntu is it allowed.? If I go with any office laptop is it allowed.?
No restriction. But make sure the browser is compatible. check student handbook for more details.
@@techbeatly what i could see while doing the System Test - Ubuntu is not allowed...either Win 8 and Win 10 both 64 bit OR Mac is allowed.
Please see
docs.linuxfoundation.org/tc-docs/certification/lf-candidate-handbook/candidate-requirements
Can you please clarify the following
1. During my exam CKAD, last week I found that kubectl auto completion was not working. Later I found that we can use the below command to enable auto completion. Will this work in CKAD exam terminal or i need to install something
Source > ~/.bashrc
2. Is there way to allow the pods to communicate with each other without modifying network policy . I believe, if I add the labels to the pod same as in the network policy i can achieve this.
3. To get the top 1 node based on the CPU usage. I used the below answer, please confirm if there is any better way of doing this.
kubectl top nodes --no-headers | sort --key 3 --numeric | tail -3
1. Yes, you can enable auto completion as needed. You can also refer Kubernetes documentation for the aanel
2. You can follow the network policy labels and adjust the deployment
3. Learn jsonpath.
See this free course kodekloud.com/p/json-path-quiz
@@techbeatly Thanks for the quick response.
Are the questions are interrelated? Suppose if I was unable to answer the question 5 then i can’t answer 7th 8th & 9th like that?
We can’t comment on that due to non-disclosure agreement. But we will say less chance for such situations; make sure you prepare for all tasks for exam.
Hi Gini,
opting for cncf training and certification as a bundle is good or opting certification exam alone and training from external resources like kodekloud is fine ?
Hi Jayanth,
Linux Foundation courses are good and you get as bundle with CKA/CKAD exam purchase. But we felt some other courses are much better on explaining and on Hands on Lab. We have already mentioned some recommendations in the video description.
Recommended Courses:
Certified Kubernetes Administrator (CKA)
- kodekloud - bit.ly/ckacourse1
- Udemy - bit.ly/cka-ud-kk
Certified Kubernetes Application Developer (CKAD)
- kodekloud - bit.ly/ckadcourse2
- Udemy : bit.ly/ckad-ud-kk
So its about the best course rather than a bundled offer :)
I think from Sep 1st 2020, both exams are allotted with 120 mins of duration.
Yes, true.
We will try our best to cover latest exam details
Tip no 1 is very important
Does the course provided by Kodekloud enough to clear the KCA exam?
Yes, that course is very good and more than enough to pass the exam. Do the labs and mock exams multiple times and until you feel that you can do the labs without any help.
Do we need to remember certificate generation commons?
You can refer the basic commands from kubernetes documentation portal.
Hi Gini, Thanks for the tips. How to remember the recommended configuration for vim editor while taking the exam?
oh, actually better you practice and memorize that. there wont be any reference on help in kubernetes doc for the same. (I think so).
You may setup it multiple times, then we will learn automatically. This is not only for kubernetes, can use for any yaml or other files and will be useful for day to day tasks.
Video : ruclips.net/video/iADisa23AhQ/видео.html
Blog : www.techbeatly.com/2018/06/setup-your-vim-editor-for-ansible-playbook.html
In KCA exam all the questions will be appearing in the beginning or the questions will appear one by one?
You can see all questions by clicking next/previous buttons. You are allowed to attend any questions, any time.
Do we need to write the yaml during exam? Or can copy from kubernetes.io?
You can copy from documentation page; we don’t think there is a restriction or issue for that.
But practice to create yaml skeletons/templates using kubectl commands with -o yaml or -dry-run options
Very good tips
Thank You 😊
Can we make use of documentation at time of exam?
Ofcourse you can. You can even add bookmarks in browser and use it during exam.
@@techbeatly okk.. Thanks for info
can i use your bookmark docs as other tab in cka exam
Yes, there is no restrictions for that so far.
Remember to use only kubernetes documentations and opening anything else may cause you issues 😄
Can anyone tell me if Kubectl autocomplete
BASH works in CKAD ecam?
Yes, auto-complete will work.
If you are using aliases, just make sure its enabled; you can refer the kubernetes documentation to enable the same.
Thanks.
discuss.kubernetes.io is allowed?
Okay, You are allowed to access any sub domain as per their docs (verify candidate handbook anyway)
But, don’t think In a way to keep your stuff there in discussion thread and use during exam; not a good idea. As we all know the exam is proctored and they can see what we are doing.
That’s my take 👍🏻
Actually not allowed. They have posted in the Linux exam candidate book also.
Thanks for sharing. Seems candidate handbook already updated 👌🏻
Awesome info. Thanks for sharing a valuable information
Thank you..
can we copy paste yaml files for edit from .io docs during the exam ?
yes it is allowed as per the student guide.
Refer candidate handbook : docs.linuxfoundation.org/tc-docs/certification/lf-candidate-handbook
🥰
Download Full Practice Exam Material Here: www.validexamdumps.com/linux-foundation/ckad-dumps
Passing the Linux Foundation Certified Kubernetes Application Developer CKAD exam will provide you with one of the most sought after qualifications in the sector. There is no better way to prepare for your CKAD exam than using genuine Linux Foundation CKAD questions provided by us.