Jasontheclouddude.co.uk·Dec 6, 2024Playing Around With Dictionaries in PythonFor work, I have had an interesting project where I had to pass through multiple AWS Backup Plans into a Python class to make all my Backup Plans; these backup plans had so many options that needed configuring that the most logical way of passing the...35 readsPython
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...217 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...77 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...AWS
Alexandre Nedelectechwatching.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 ...PulumiPulumi
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...Pulumi
Alexandre Nedelectechwatching.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 ...PulumiAzure
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...163 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...Devops
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...IaC Tools for Serverless#IaC