Kubernetes Backup and Restore On AWS EKS

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024
  • ===================================================================
    1. SUBSCRIBE FOR MORE LEARNING :
    / @cloudquicklabs
    ===================================================================
    2. CLOUD QUICK LABS - CHANNEL MEMBERSHIP FOR MORE BENEFITS :
    / @cloudquicklabs
    ===================================================================
    3. BUY ME A COFFEE AS A TOKEN OF APPRECIATION :
    www.buymeacoff...
    ===================================================================
    This video shows detailed explanation and demo of Kubernetes Backup and Restore configurations using VELERO client.
    It has pictorial overview of steps and complete hands demo.
    It shows step-by-step ways of configuring Kubernetes Backup and Restore On Primary and Secondary AWS EKS cluster.
    The command file used in this demo can be found at repo link : github.com/Rek...
    #kubernetes #backup #restore #aws #eks

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

  • @maheshkumar-xc3wx
    @maheshkumar-xc3wx หลายเดือนก่อน +2

    Superb Video

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

      Thank you for watching my videos.
      Glad that it helped you.

  • @himansusekharmishra5114
    @himansusekharmishra5114 ปีที่แล้ว +1

    Hi, Thank you for this awesome guide. I have been following your video regarding aws. So I would like to ask that I have an aws eks cluster currently running in 1.24, which needs to update to 1.27 so there are certain things that I need to add here is
    1: I have 4 nodes, of which two are running on the private subnet and the rest are on the public.
    2: There are node selectors added to certain nodes and some of the node's IP is being attached inside some node's env file.
    3: I also have nginx ingress attached, which routes the traffic to all 4 nodes.
    So how this Valero going to behave on it and can you suggest some ideas on this like how can we do it properly without much downtime.

    • @cloudquicklabs
      @cloudquicklabs  ปีที่แล้ว +1

      Thank you for watching my video.
      Before you start the upgrade recommendations is to take back of you cluster.
      Do test this process upgrade at you lower environment.
      When we upgrade EKS it would auto take care application availability (as EKS is managed clusters more automatic responsibilities are take from AWS) we just have to follow the recommended steps. Post cluster upgrade do check if your nodes are also upgrade to latest version if not follow separate process for the same as well. Even if upgrade fails EKS capability to roll back to old version without impacting existing application.

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

    Very useful tutorial, really appreciated.

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

      Thank you for watching my videos.
      Glad that it helped you.

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

    Hi, It's very informative video. May I know, how to back up a MySQL DB with persistent volume with Valero back up?

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

      Thank you for watching my videos.
      The steps would remain same but here in your case you would need to "Configure Valero to backup MySQL data. This involves creating custom VolumeSnapshotLocation and VolumeSnapshot resources to capture the persistent volume data of your MySQL deployment" would be the extra step.

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

      @@cloudquicklabs Thanks for quick reply. I really like it. Subcribed 🤘🏽

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

    Hi Sir
    Can you help with the error while describing the backup in that I am getting Phase as FAILED

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

      Thank you for watching my videos.
      I hope that you followed all suggested steps from video , if not please follow all and you can use the reference document shared in video's description FYI.

  • @hemanthjakkoju2651
    @hemanthjakkoju2651 ปีที่แล้ว +1

    Very good information
    I have Question: Do i need to run every time this command ``velero backup create test1 --include-namespaces eksbackupdem`` to backup Or do we have any other command to Automate it ?

    • @cloudquicklabs
      @cloudquicklabs  ปีที่แล้ว

      Thank you for watching my videos.
      Yes indeed you need to run those commands to initiate the backup but same can be used to automate as well

    • @hemanthjakkoju2651
      @hemanthjakkoju2651 ปีที่แล้ว +1

      @@cloudquicklabs , Can please provide me command for Automate.

    • @cloudquicklabs
      @cloudquicklabs  ปีที่แล้ว

      Thak you for coming back on this.
      When I say it could be automated - I mean you need find a way to invoke this command on periodic basis for e.g through scheduled Github Actions or Scheduled Lambda etc

  • @shoaibahmad6782
    @shoaibahmad6782 2 ปีที่แล้ว +2

    Very useful tutorial 👍

    • @cloudquicklabs
      @cloudquicklabs  2 ปีที่แล้ว

      Thank you for watching my videos.

  • @2mahender
    @2mahender ปีที่แล้ว +1

    nice video, can we install velero in the eks using terraform, do you have any links?

    • @cloudquicklabs
      @cloudquicklabs  ปีที่แล้ว

      Thank you for watching my videos.
      Indeed we can install velero using Terraform. It would be as usual executing Kubernetes APIs via Terraform. You could find it in Internet. Easily

  • @tejasmahakalkar4779
    @tejasmahakalkar4779 2 ปีที่แล้ว +2

    so is it possible to create backup in one region and restore it into another region using velero?

    • @cloudquicklabs
      @cloudquicklabs  2 ปีที่แล้ว

      Thank you for watching my videos.
      It should be possible if not direct approach but with custom way as well.

  • @mohammedshahbaazshareef5549
    @mohammedshahbaazshareef5549 2 ปีที่แล้ว +1

    Excellent tutorial, Thanks

    • @cloudquicklabs
      @cloudquicklabs  2 ปีที่แล้ว

      Thank you for watching my videos.

  • @hemanthjakkoju2651
    @hemanthjakkoju2651 ปีที่แล้ว +1

    Need help Iam unable to store my files backup is S3 getting this error:
    Phase: Failed (run `velero backup logs t2` for more information)
    Errors: 0
    Warnings: 0

    • @cloudquicklabs
      @cloudquicklabs  ปีที่แล้ว

      Thank you for watching my videos.
      Following things to check here.
      1. Check if you have access on that S3 bucket.
      2. Check if you have configured it as expected.
      3. Check if you don't have public access block on you s3 bucket or no restrictive policies in it.

  • @KevinAyres-r6e
    @KevinAyres-r6e 10 หลายเดือนก่อน +1

    valero...

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

      Thank you for watching my videos.