Upgrade Kubernetes cluster || Kubernetes upgrade step || Kubernetes upgrade version

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

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

  • @sreenivasarao3318
    @sreenivasarao3318 Месяц назад +1

    Thank you so much for the video with the lab.👌

  • @golgappa3430
    @golgappa3430 10 месяцев назад +1

    Good one Ranaji. Hidden gem

  • @SandeepSaini-mt3yl
    @SandeepSaini-mt3yl 6 месяцев назад +1

    Well explained

  • @tanmaychatterjee259
    @tanmaychatterjee259 7 месяцев назад

    Sir when i attempted these question in exam i have received error "kubeadm ,kubectl & kubelet was not found".Can you explain why this error is coming? Thanks in advance.

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

      You must connect to right node. Also, had you used the correct context?

    • @tanmaychatterjee259
      @tanmaychatterjee259 7 месяцев назад

      @@anishrana2001ful Sir i connected master node and used correct context also.
      I did ssh to master node and then sudo -i and go to root.When i am practising in killercoda same error is reflecting and can't understand where is the my mistake.

    • @tanmaychatterjee259
      @tanmaychatterjee259 7 месяцев назад

      ssh to master node is already given to question and sudo -i also given in question.

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

      Without kubeadm command, you can't build a master node. In this situation, execute the command, whereis kubeadm . You will observe the absolute path of this command. Do it for other commands

    • @tanmaychatterjee259
      @tanmaychatterjee259 7 месяцев назад

      @@anishrana2001ful sir kubeadm is present in /usr/bin/kubeadm.Sir kindly reply for next command which I am execution so that ' kubeadm not found ' error Wil not come.Please support.

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

    hello @anishrana2001ful I had the same problem when I attempted these questions in the exam I received the error "kubeadm,kubectl & kubelet was not found".Can you explain why this error is coming? Thanks in advance.

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

      Hello dear, in exam ,you have to connect to right machine.
      Besides this you can execute the command "whereis kubelet"

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

      @@anishrana2001ful thanks for the reply
      connected to right node. Also,I also used the correct context
      I also done ssh to master node and then sudo -i and go to root.When i am practising in killercoda same error