What is Infrastructure as Code ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

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

  • @wouldyoudomeakindnes
    @wouldyoudomeakindnes ปีที่แล้ว +3

    thanks so much Marcel, i use a lot of your concepts in these videos to explain to non tech crowd the complexity of cloud

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

    I subscribed to you around 3 years ago when I was looking into data engineering.
    Now I work as a backend engineer but do a lot of dev ops stuff.
    Really appreciate these videos.
    I primarily use docker compose but looking to expand my tools with Kubernetes as well, did not think IaC could also be applied to your cluster.
    Great stuff :)

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

    Sir, your channel is purest gold!

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

    "Infrastructure as Code" ? Sometimes developers get this concept the other way around :) As always , high quality content, thank you!

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

    love your steez mate!

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

    Hey Marcel, thanks for another great video! I am having problem locating the source code for this video (iac). It's no longer a part of the repository, isn't it?

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

    Nice video!

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

    What do you think about Crossplane as IaC tool?

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

      Have heard of it a few times but never tried it. It looks really interesting and be quite interested to see it handle an advanced use-case

    • @GK-rl5du
      @GK-rl5du ปีที่แล้ว

      @@MarcelDempers Always wondered how is it different from Terraform though :(

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

      @@GK-rl5du the differenz is the control plane in kubernetes. It uses a kind of the operator pattern. so you use provider controllers in kubernetes to provision your IaC. An advantage is that you can use all kubernetes staff. For example you can combine it with helm templates and ArgoCD for a GitOps workflow.