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

Sdílet
Vložit
  • čas přidán 8. 01. 2024
  • How to upgrade Kubernetes upgrade || upgrade Kubernetes cluster || Kubernetes upgrade step || Kubernetes upgrade version
    GitHub page : github.com/anishrana2001/Kube...

Komentáře • 22

  • @golgappa3430
    @golgappa3430 Před 6 měsíci +1

    Good one Ranaji. Hidden gem

  • @SandeepSaini-mt3yl
    @SandeepSaini-mt3yl Před 2 měsíci +1

    Well explained

  • @tanmaychatterjee259
    @tanmaychatterjee259 Před 3 měsíci

    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  Před 3 měsíci

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

    • @tanmaychatterjee259
      @tanmaychatterjee259 Před 3 měsíci

      @@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 Před 3 měsíci

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

    • @anishrana2001ful
      @anishrana2001ful  Před 3 měsíci

      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 Před 3 měsíci

      @@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 Před měsícem

    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  Před měsícem

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

    • @sindhusathupati
      @sindhusathupati Před měsícem

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