SPSurbhi Pathakindocker-with-surbhi.hashnode.dev·Apr 27, 2024 · 4 min readUnderstanding why ContainerdOver the past ten years, containers have shaken up software development, making things more consistent and scalable. Now, developers can tackle projects without worrying about tangled dependencies, keeping environments consistent, or coordinating tea...00
SPSurbhi Pathakindocker-with-surbhi.hashnode.dev·Apr 24, 2024 · 6 min readDockerUnderstanding Virtual Machines and Containers Virtual machines (VMs) are like computer "slices" created within a single physical server. Imagine having a powerful computer, but instead of running just one operating system and one set of programs, you...00
SPSurbhi Pathakinterraform-week.hashnode.dev·Apr 24, 2024 · 6 min readAdvanced Terraform Configuration: Day 7In this blog, we'll explore some advanced Terraform concepts. You probably know that Terraform uses a language called HashiCorp Configuration Language (HCL) for its configuration files. Today, we'll take a closer look at HCL and learn about providers...00
SPSurbhi Pathakinterraform-week.hashnode.dev·Apr 24, 2024 · 6 min readTerraform Secrets Management: Day 6Introduction As technology shifts towards cloud and Infrastructure as Code (IaC), protecting data is the main priority of any environment. Various types of sensitive information like passwords, API keys, and service certificates are essential for run...00
SPSurbhi Pathakinterraform-week.hashnode.dev·Apr 24, 2024 · 5 min readTerraform Provisioners: Day 5Introduction Terraform provisioners are resources that help with actions like copying files and running commands when you're setting up or tearing down your infrastructure. Similar to user data in AWS where we manually write commands for each instanc...00