Kubernetes Backup and Restore

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

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

  • @DKdlV38
    @DKdlV38 Год назад +1

    Oh my! This video was perflectly amazing, just the necessary, not too long and working on first shot! Thanks a lot!

  • @shakeebkhan6198
    @shakeebkhan6198 Год назад

    Very Informative and Simple , Thanks for the efforts you put on for this

  • @OthnielKarlax
    @OthnielKarlax Год назад

    actually amazing bro!!!

  • @carmencalinaya7923
    @carmencalinaya7923 4 года назад +1

    your instruction made this steps easier.. thank you!!

  • @vivekb1988
    @vivekb1988 2 года назад

    Good video @kubetrain..!! One doubt I have is that will this restore all the pods and applications that were running in the cluster also...???

    • @kubetrain
      @kubetrain  2 года назад

      This covers just the cluster, it’s assumed we would have the manifests for the workloads saved in git repos as Kubernetes or Helm manifests

  • @matinpathan5186
    @matinpathan5186 Год назад

    Hi, i just watched your 1 video and really got interested for all videos and the way you guided the video so perfect... i have 2 question (1) have made video on real time projects if yes then please share (2) Have you recently updated the CKA and CKAD series because am going to watch and practice all of them now

    • @kubetrain
      @kubetrain  Год назад

      Real-time is there any thing in specific you are looking at?.. yes k8s videos I have added recently

  • @ajk7151
    @ajk7151 Год назад

    awesomw video! thank you very much. btw, are there any tools that automate this process, or do you always do this manually?

    • @kubetrain
      @kubetrain  Год назад

      There are tools like Velero

  • @vivekb1988
    @vivekb1988 3 года назад

    HI @kubetrain, Thanks for the excellent video.. I have a running K8's cluster (1 master and 4 worker) and want to make the cluster high available(using 2 master and a load balancer) without losing any data. Will I be able to make use of this approach..??

    • @kubetrain
      @kubetrain  3 года назад

      Thx, could be somewhat different depending on etcd peerings etc.

  • @TheRazerlg
    @TheRazerlg 4 года назад +2

    Hey! Why dont you use for --cert the file etcd-server.crt?

    • @kubetrain
      @kubetrain  4 года назад +1

      Coz we need the client certificate for the client(ETCDCTL) to interact with the server(etcd server)

  • @srikanthv8108
    @srikanthv8108 3 года назад

    Hi,
    Could you please help me how to provide the endpoints if i use multi master concept .

  • @jinumanimala
    @jinumanimala 3 года назад

    In my question they have asked to restore on base node, not given any context. client certificate & client key has been given. how do we do restoration on client side

    • @kubetrain
      @kubetrain  3 года назад

      We would need the cluster details such as its api server IP/URL in order to connect to it right, which is usually present in the context in kubeconfig

  • @coolrockydasable
    @coolrockydasable 4 года назад +1

    Yeah, life made easy. Thanks.

  • @tamilselvan8343
    @tamilselvan8343 4 года назад +1

    Nice...

  • @cooltimus89
    @cooltimus89 4 года назад +1

    nice

  • @Fayaz-Rehman
    @Fayaz-Rehman 4 года назад +1

    Great

  • @ayoubcherif1305
    @ayoubcherif1305 3 года назад

    i get this error i changed the permission to rwx-rwx-rwx
    and i set enforce 0 to seLinux
    but nothing :/
    Error: open /etc/kubernetes/pki/etcd/healthcheck-client.crt: permission denied

    • @kubetrain
      @kubetrain  3 года назад

      Hi ru replicating whats in the video, whats the timer in video you are stuck

    • @ayoubcherif1305
      @ayoubcherif1305 3 года назад

      @@kubetrain thank you for your reply in 6:40
      Error: open /etc/kubernetes/pki/etcd/healthcheck-client.crt: permission denied

    • @kubetrain
      @kubetrain  3 года назад

      Something with the permission only I believe, can check if its applied properly using ls -l in that dir

    • @srikanthv8108
      @srikanthv8108 3 года назад +1

      @@ayoubcherif1305 Even i got the same error, but now fixed it..
      Try to run the below command first and take the snapshot again as a sudo user.
      sudo apt install etcd-client
      Hope it will work.