CKAD exam question part 4

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 9

  • @olufowobioladipupo3830
    @olufowobioladipupo3830 14 дней назад +1

    Yes. i got a question relating to ingress resources. You may want to expanciate more on this aspect

    • @anishrana2001ful
      @anishrana2001ful  13 дней назад

      Thank you for this information, could you share more details on my email I’d anishrana2001@rediffmail.com

  • @jeffryjimenez8128
    @jeffryjimenez8128 3 месяца назад +1

    Hello. In the exam they give us several network policies and a pod and they say we cannot edit, create or delete the existing network policy, we just can work with the pod (it says to udpate the pod only)

    • @anishrana2001ful
      @anishrana2001ful  3 месяца назад +2

      Then add the labels in the pod as per policy.... Simple

  • @patelpratul
    @patelpratul Месяц назад

    Hi I had question of Ingress ( broken) , they give 3 files and it said ingress not working fix it ,

    • @amadououmarou6127
      @amadououmarou6127 Месяц назад

      Exactly, there are 3 yaml files (pod, service and ingress). To address this issue, you need to change the exact name of the service name which is not accurate.

  • @gargshilu
    @gargshilu 6 месяцев назад

    how do we understand from the question when port number is given should it be target port or just the port ? why did you mention the target port as 80 ?

    • @anishrana2001ful
      @anishrana2001ful  6 месяцев назад

      Please specify the question

    • @AregHovakimyan
      @AregHovakimyan 6 месяцев назад +2

      --port is for other kubernetes services to access the service
      --targerPort is for pod where the service port-forwarding the traffic
      80 is default port for nginx.