Kubernetes Disaster Recovery (DR)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ค. 2023
  • How do you achieve Kubernetes Disaster Recovery (DR). Amazon EKS control plane is highly available, and you can make your application running within a cluster highly available as well. Highly available means spanning across multiple availability zones within a single region. But this doesn't help you achieve multi-region resiliency, which is often the requirement for production applications. In this video we learn how to achieve that.
    💰👨‍🎓 Get my courses with max discount and 30 day moneyback guarantee: bit.ly/3Eku9RH
    🙏Please Subscribe: bit.ly/2Yk0Kbb
    *Connect with me*
    🤳 Instagram: / cloudwithraj
    🏢 LinkedIN: / rajdeep-sa-at-aws
    🐦Twitter: / cloudwithraj
    #kubernetes #disasterrecovery #cloudwithraj
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Sir, Thank you for the informative lecture. Could you please make another video on setting up an on-premise Kubernetes cluster for both primary and DR sites? Additionally, please include an example of setting up a MySQL InnoDB cluster stretched across Kubernetes. A visual explanation would be sufficient, as a practical demonstration would take too long.
    There are very few resources on this topic available on TH-cam, especially for on-premise setups, while cloud-based solutions are more commonly covered. Your guidance on these topics would be greatly appreciated. Thank you.

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

    Wonderful, thank you Raj. Please keep it coming about cloud and Devops new videos 🙏

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

    I always love your content, very detailed explanation.

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

    Nice content! We also use portworx with velero for the backup & restore ..

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

    Great content Raj will be referring end users to this video explanation 🎉

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

      Ty Carlos. This means a lot since you are THE Kubernetes Pro. We gotta do another video soon

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

    Thank you

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

    Great video! Is there any chance to talk about aws graviton which can be used in multi-arch docker container for better performance and more cost effective in AWS ECS/EKS/Lambda. Thanks Raj.

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

      Great suggestion! I will keep this in mind for future videos.

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

    Nice Raj...... Networking by R53 and Global Acclerator. Database if Aurora or Rds need replication. What about Pods to replicate? You said Cluster Autoscaler and provisioner. Kindly carify.

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

      Cluster autoscaler will scale out the nodes. You can use a horizontal pod autoscaler to scale the pods in a deployment based on metrics like cpu and memory usage

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

    Need help on this - multiple namespace running on single EKS cluster and i need billing of per namespace. There is no option in Billing dashboard to do so.

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

      Use Kubecost, free with EKS

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

      @@cloudwithraj is it official? Safe to suggest on organisation level?

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

      @@dpkcapricorn Yes official, available in EKS marketplace

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

    We can use velero for eks backup

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

      Yes for the storage, I mentioned it.