Alex Idowunitrocode.hashnode.dev·Oct 12, 2024Exploring Infrastructure as Code with Python: AWS CDK, Terraform CDK, and PulumiInfrastructure as Code (IaC) is revolutionizing how we manage and deploy cloud infrastructure, enabling consistency, scalability, and automation. This post is inspired by a talk I gave at this year’s PyCon, where I explored how Python integrates with...Discuss·211 reads#IaC
Engin Diriblog.ediri.io·Oct 6, 2024Advanced Secret Management on Kubernetes with Pulumi: External Secrets OperatorTL;DR Le code https://github.com/dirien/quick-bites Introduction This article is part three of my series on secret management on Kubernetes with the help of Pulumi. In my first article, we talked about the Sealed Secrets controller. The second arti...Discuss·68 readsAdvanced Secret Management on KubernetesPulumi
Roshan Patilroshanp.hashnode.dev·Oct 6, 2024Building AWS Infrastructure with Pulumi: A Step-by-Step GuideIn today’s cloud-centric world, deploying and managing infrastructure efficiently is crucial. AWS (Amazon Web Services) provides powerful resources, and combining it with Pulumi, an open-source infrastructure as code (IaC) tool, can significantly sim...DiscussAWS
Alexandre NedelecProtechwatching.hashnode.dev·Sep 24, 2024Using Any Terraform Provider in Pulumi: A Guide with Netlify providerPulumi recently announced a new feature that lets developers reuse any Terraform or OpenTofu provider within a Pulumi program. In this article, we will explore this feature through a case study with Netlify. What are “Providers” for IaC tools? Let’s ...DiscussPulumiPulumi
Olorode Rotimidevexhaust.hashnode.dev·Sep 6, 2024Creating a Webserver using Pulumi to Build and Manage InfrastructurePulumi is a tool that lets you create and manage your cloud infrastructure using any of the programming languages it supports. This way, you can leverage your existing coding skills and tools (such as your preferred IDE) and follow the best practices...DiscussPulumi
Alexandre NedelecProtechwatching.hashnode.dev·Sep 5, 2024Unlocking the Power of Azure Functions Flex Consumption Plan with PulumiIn this article, we will explore how to provision a Function App in the new Azure Functions hosting plan: the Flex Consumption plan. We will do that using Pulumi and TypeScript. What is the Azure Functions Flex Consumption plan? Azure Functions Flex ...DiscussPulumiAzure
Jasontheclouddude.co.uk·Aug 1, 2024Two ALB Target Groups One ECS with Pulumi & PythonIntroduction When designing a scalable and flexible architecture on AWS, it's common to use an Application Load Balancer (ALB) to distribute traffic across multiple targets, such as EC2 instances and ECS tasks. However, a challenge arises when you mu...Discuss·155 readsPython
Debashis Adakadak.hashnode.dev·Jul 1, 2024Pulumi-Day1- Getting StartedHi All, I am starting to learn pulimi. Pulumi's infrastructure-as-code SDK helps you create, deploy, and manage AWS containers, serverless functions, and infrastructure using programming languages like TypeScript, Python, Go, C#, and Java, and markup...DiscussDevops
Oscar Cortes Brachoolcortesb.hashnode.dev·Jun 21, 2024Comparing Different IaC Tools for Serverless Deployment : (2) Pulumi + GitlabIn the previous article (Link), I defined the stack base to compare the different IaC (Infrastructure As Code) tools in serverless. In this article, we review the deployment of this infrastructure using Pulumi. Pulumi is an infrastructure as code pl...DiscussIaC Tools for Serverless#IaC
Mikaeel Khalidblog.mikaeels.com·May 28, 2024Getting Started with Pulumi: Deploying a Demo App to AWS and GCP Using TypeScriptPulumi is a modern infrastructure as code (IaC) tool that empowers developers to define multi cloud resources using familiar programming languages such as TypeScript, Python, Go, and C#. In this blog post, I will guide you through the process of gett...Discuss·5 likes·61 readsDevOpsPulumi