What is Infrastructure as Code ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2023
  • Subscribe to show your support! goo.gl/1Ty1Q2 .
    Patreon 👉🏽 / marceldempers
    Checkout the source code below 👇🏽 and follow along 🤓
    Also if you want to support the channel further, become a member 😎
    marceldempers.dev/join
    Checkout "That DevOps Community" too
    marceldempers.dev/community
    Source Code 🧐
    --------------------------------------------------------------
    github.com/marcel-dempers/doc...
    If you are new to Kubernetes, check out my getting started playlist on Kubernetes below :)
    Like and Subscribe for more :)
    Follow me on socials!
    marceldempers.dev
    Twitter | / marceldempers
    GitHub | github.com/marcel-dempers
    Facebook | thatdevopsguy
    LinkedIn | / marceldempers
    Instagram | / thatdevopsguy
    Music:
    Track: Reckoner - lofi hip hop chill beats for study~game~sleep | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
    Listen: / reckoner-lofi-hip-hop-...
    Track: souKo - souKo - Parallel | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
    Listen: / parallel
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @wouldyoudomeakindnes
    @wouldyoudomeakindnes 8 หลายเดือนก่อน +2

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

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

    Sir, your channel is purest gold!

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

    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 :)

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

    love your steez mate!

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

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

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

    Nice video!

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

    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?

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

    What do you think about Crossplane as IaC tool?

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

      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 8 หลายเดือนก่อน

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

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

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