Terraform vs Pulumi: Which One Is Better?

preview_player
Показать описание

Which IaC is best, Terraform or Pulumi?

——————————🔗 L I N K S ——————————

——————————🎥 C H A P T E R S ——————————

0:00 Introduction
1:00 Build with Terraform
19:36 Build with Pulumi
35:54 Crowing the winner

——————————👋 C O N N E C T ——————————

——————————🛠 R E S O U R C E S ——————————
Рекомендации по теме
Комментарии
Автор

One of the hardest things about learning is understanding how the different components work together. Using this guide, you start with a topic that interests or relates to you. At the end of the section, other related topics are shown allowing you to pick and choose your own path to DevOps mastery.
Check it out and leverage the skills you learn to advance your career as a developer, sysadmin, IT Operations, QA and more!

DevOpsForDevelopers
Автор

Now youtube is flooded with lot of basics of Devops and it's hard to find some real time scenarios with the code so this kind of advance teaching is helpful for us. Thank you so much Wilbert 😎

KRICHAN_Technologies
Автор

I seem to like both, the only thing I dislike about Terraform is that you do not have any intellisense, where with Pulumi combined with ts you wouldnt even have to check the docs if you were familiar with aws. Do you remember what theme you used in this video by any chance? :)

donnyroufs
Автор

Why don't you create an entire DevOps course? I like your tutorials simple but powerful. That's what I need to be in DevOps

douglaswasswa
Автор

Thanks, sir. This is highly needed for me at the moment

felixagidi
Автор

Which IDE is this? Looks like jetbrains but which one?

jackweaver
Автор

for this case both looks sane T^T)
while i read provider code on current office repo looks complicated '__') i could not even write it from scratch (for now)
like some knowledge gap missing on my brain but i don't know what

kokizzu
Автор

Got charged as lightening after getting the notification

VrashabhSontakke
Автор

What I am struggling with in Pulumi is how to use multiple files and map correct dependencies between reliant infrastructure. It would be great to get a tutorial on how to use multiple directories and files for different Pulumi infrastructure...

seanknowles
Автор

The Pulumi code is not valid JavaScript. Your calls creating new Pulumi objects appear to use named parameters, which is not a thing in JS unless you use destructuring, which you did not.

What you showed does not match your repo, in which normal unnamed parameters are used.

Is this some feature of Webstorm that allows you to use named parameters and then transpiles them, some feature of Node, some babel thing?

domehead
Автор

Having your Devs build infra is a bad idea. Infra is not an afterthought, it requires a lot of specialized knowledge to do right. I’ve cleaned up a lot of messy, insecure infra and hard to maintain IAC when Dev was given the keys to write their own cloud deployments. In most cases, they don’t even want that responsibility

lucasmeiser