Kubernetes Disaster Recovery (DR)

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

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

  • @awssoorinje747
    @awssoorinje747 5 месяцев назад +2

    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 RUclips, especially for on-premise setups, while cloud-based solutions are more commonly covered. Your guidance on these topics would be greatly appreciated. Thank you.

  • @CarlosSantanaDev
    @CarlosSantanaDev Год назад +2

    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

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

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

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

    Wonderful, thank you Raj. Please keep it coming about cloud and Devops new 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 Год назад

      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

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

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

    I always love your content, very detailed explanation.

  • @2mahender
    @2mahender Год назад +1

    We can use velero for eks backup

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

      Yes for the storage, I mentioned it.

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

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

    Thank you