CKA Practice Exam (mock questions) - 70 Practice questions and Answers - PART - 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 18

  • @RafaelDurelli
    @RafaelDurelli 3 หลายเดือนก่อน +1

    using theses videos and others from YT I managed to get my cert. Thanks for all your efforts.

    • @kubernetesway
      @kubernetesway  3 หลายเดือนก่อน +1

      congratulations

    • @szabiszabi-pu8no
      @szabiszabi-pu8no 3 หลายเดือนก่อน

      Which channels you used?

  • @golgappa3430
    @golgappa3430 3 หลายเดือนก่อน +1

    Very good. Keep going 💪

  • @itlearner1175
    @itlearner1175 2 หลายเดือนก่อน +1

    I have an exam on this Saturday, do you have any particular advice or any questions i should look to ?

    • @kubernetesway
      @kubernetesway  2 หลายเดือนก่อน +1

      "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!

    • @itlearner1175
      @itlearner1175 หลายเดือนก่อน +1

      @@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.

    • @kubernetesway
      @kubernetesway  หลายเดือนก่อน

      @@itlearner1175 congratulations

  • @sandeepvemu794
    @sandeepvemu794 3 หลายเดือนก่อน +1

    Nikhil,Did you already created the pod nginx static pod already before you start the question.This is reg 16th question.please advise thanks

    • @kubernetesway
      @kubernetesway  3 หลายเดือนก่อน

      @@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.

    • @sandeepvemu794
      @sandeepvemu794 3 หลายเดือนก่อน +1

      @@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

    • @kubernetesway
      @kubernetesway  3 หลายเดือนก่อน

      @@sandeepvemu794 yes i created that pod for making this scenario, that is just a nginx pod,

    • @sandeepvemu794
      @sandeepvemu794 3 หลายเดือนก่อน

      @@kubernetesway Do you have the manifests be located in got so that will be easy to pull them

    • @sandeepvemu794
      @sandeepvemu794 3 หลายเดือนก่อน

      @@kubernetesway Thanks would be glad if you can share the manifests used while doing can be reusable for me to practice.

  • @Techtips200
    @Techtips200 3 หลายเดือนก่อน +1

    Nice content ... ant plan for ckad ,cks scenarios

    • @kubernetesway
      @kubernetesway  3 หลายเดือนก่อน +1

      @@Techtips200 yes ,

  • @szabiszabi-pu8no
    @szabiszabi-pu8no 3 หลายเดือนก่อน +1

    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

    • @kubernetesway
      @kubernetesway  3 หลายเดือนก่อน

      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