Crossplane Introduction: Animated Guide, Comparison with Terraform & AWS S3 Demo

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

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

  • @ministryofwoke8931
    @ministryofwoke8931 5 месяцев назад +3

    "Ready to own the cloud game?" - LOL - I love your enthusiasm - thank you for the awesome video!

    • @TeKanAid
      @TeKanAid  5 месяцев назад +1

      LOL thanks! We gotta have some fun with this!

  • @zenobikraweznick
    @zenobikraweznick 10 месяцев назад +1

    This is high quality video packed with invaluable knowledge - thank you!

    • @TeKanAid
      @TeKanAid  10 месяцев назад

      Thank you very much!

  • @andrewhadjimichael9616
    @andrewhadjimichael9616 7 месяцев назад +2

    Nice demo. Subbed

    • @TeKanAid
      @TeKanAid  7 месяцев назад

      Thanks

    • @andrewhadjimichael9616
      @andrewhadjimichael9616 7 месяцев назад +1

      @@TeKanAid One thing that the market is crying out for is a training course on the subject. There is one book I have found out there but that's about it. A training video course would be excellent. Do you know if any training material is out there?

    • @TeKanAid
      @TeKanAid  7 месяцев назад +1

      I hear you, Andrew. I've had a few requests about it already and I'm considering it. I'm not aware of video training courses out there. However, I would need to carve some time for it as it's a big commitment to build a course like this.

  • @bertrandyangni9862
    @bertrandyangni9862 8 месяцев назад

    Great content/Video Sam 👏

  • @shabbirsaifee7497
    @shabbirsaifee7497 11 месяцев назад

    Your videos are brilliant!

    • @TeKanAid
      @TeKanAid  11 месяцев назад

      Thank you very much!

  • @palanisamy-dl9qe
    @palanisamy-dl9qe 9 месяцев назад

    Thanks for effort
    When the s3 bucket is deleted by user and it’s recreated by k8s way is that data has been restored inside the bucket if we define pv and pvc ?

    • @TeKanAid
      @TeKanAid  9 месяцев назад +3

      When you delete an S3 bucket manually and it's recreated by Kubernetes using Crossplane, the data originally in the bucket won't automatically be restored. Here's why:
      S3 Bucket Deletion: When you delete an S3 bucket, all the data inside it has to be first removed. This is standard AWS behavior.
      Recreation via Crossplane: Crossplane will create a new, empty bucket.
      Persistent Volumes (PV) and Persistent Volume Claims (PVC): Defining PV and PVC in Kubernetes is more about managing storage in the cluster itself rather than handling data in an S3 bucket. They don't directly interact with S3 data.
      Data Restoration: To restore the data, you would need to have a backup system in place. You could automate this with AWS services or other backup tools.
      So, in short, just recreating the bucket through Crossplane won't bring back the deleted data. Always have a backup strategy! Hope this helps.

  • @ministryofwoke8931
    @ministryofwoke8931 5 месяцев назад +1

    Thanks

    • @TeKanAid
      @TeKanAid  5 месяцев назад +1

      Thank you so much!