"Hi, if you've covered my 30-question series, that should be enough to pass the exam. Cluster upgrades and etcd backup/restore are key topics with significant weight, so make sure you're comfortable with those. Also, ensure your internet connection is stable, as poor speed could cause issues during the exam. Stay calm, and remember, you'll have access to the documentation during the test, so don’t hesitate to use it if you need it. Best of luck!
@@kubernetesway Thank you, I passed the CKA with 84 points. Thank you so much! Next I would prepare for the CKAD since I purchased it last year and its going to expire at the end of Nov. It would be great to have videos for CKAD and CKS as well. Thank you again.
@@kuberneteswayThats fine.But here in your session I can see the manifest .Want to know whether you created it already to demonstrate if yes do you have the manifests to practice the same as I am following your questions and practising
In Q18 the question says about the permission for a pod. Your solution gives the capability for the container. Is it possible to give this capability on pod level or this is just for containers? Thank you in advance
Yes, there is a mistake in the question. It should be about capabilities at the container level, not the pod level. Kubernetes doesn’t support setting capabilities directly at the pod level to be inherited by all containers. Capabilities must be set individually for each container in the securityContext section, another solution is PodSecurityPolicy
using theses videos and others from YT I managed to get my cert. Thanks for all your efforts.
congratulations
Which channels you used?
Very good. Keep going 💪
I have an exam on this Saturday, do you have any particular advice or any questions i should look to ?
"Hi, if you've covered my 30-question series, that should be enough to pass the exam. Cluster upgrades and etcd backup/restore are key topics with significant weight, so make sure you're comfortable with those. Also, ensure your internet connection is stable, as poor speed could cause issues during the exam. Stay calm, and remember, you'll have access to the documentation during the test, so don’t hesitate to use it if you need it. Best of luck!
@@kubernetesway Thank you, I passed the CKA with 84 points. Thank you so much! Next I would prepare for the CKAD since I purchased it last year and its going to expire at the end of Nov. It would be great to have videos for CKAD and CKS as well. Thank you again.
@@itlearner1175 congratulations
Nikhil,Did you already created the pod nginx static pod already before you start the question.This is reg 16th question.please advise thanks
@@sandeepvemu794 image name is not relevant, in the exam you may face a such a question to move a static pod to one node to anoher.
@@kuberneteswayThats fine.But here in your session I can see the manifest .Want to know whether you created it already to demonstrate if yes do you have the manifests to practice the same as I am following your questions and practising
@@sandeepvemu794 yes i created that pod for making this scenario, that is just a nginx pod,
@@kubernetesway Do you have the manifests be located in got so that will be easy to pull them
@@kubernetesway Thanks would be glad if you can share the manifests used while doing can be reusable for me to practice.
Nice content ... ant plan for ckad ,cks scenarios
@@Techtips200 yes ,
In Q18 the question says about the permission for a pod. Your solution gives the capability for the container. Is it possible to give this capability on pod level or this is just for containers? Thank you in advance
Yes, there is a mistake in the question. It should be about capabilities at the container level, not the pod level. Kubernetes doesn’t support setting capabilities directly at the pod level to be inherited by all containers. Capabilities must be set individually for each container in the securityContext section, another solution is PodSecurityPolicy