Saumya Pandeysaumyapandey.hashnode.net·Apr 1, 2023Universal Infrastructure as Code with Pulumi: Simplifying Cloud DevelopmentPulumi is a powerful tool that enables developers to create and manage cloud infrastructure as code. With Pulumi, you can use popular programming languages like TypeScript, Python, and Go to define your infrastructure in a way that is familiar and in...Discuss·13 likes·72 readsAWS
Makendran Gunasekaranmakendran.hashnode.net·Nov 19, 2022Overview of Pulumi Deployments and Its Challenge Tutorial 101: The Essential GuideIntroduction Image Source Pulumi Deployments is a new deployment-as-a-service technology that allows Pulumi to fully manage the infrastructure running as a code program for platform users. One of the features of Pulumi Deployments is "Git Push to ...Discuss·11 likes·78 readsAWS
Saumya Pandeysaumyapandey.hashnode.net·Apr 4, 2023Getting Started with Pulumi for a Simple AWS Project: A Step-by-Step GuideIf you're just getting started with Pulumi, be sure to check out my introductory blog post on the topic. In that post, I provided an overview of Pulumi and its key features, as well as a step-by-step guide for setting up a simple Pulumi project on AW...Discuss·11 likesDevops
Engin Diriediri.hashnode.net·Apr 5, 2023Leveraging Pulumi to Incorporate AWS Cognito as an Identity Provider for ArgoCDTL;DR: Le Code: https://github.com/dirien/quick-bites/tree/main/pulumi-cognito-gitops-ui/argocd Introduction In this blog post, I want to show you how to create and use AWS Cognito as an OAuth2 provider for ArgoCD. And this will be all done by usin...Discuss·82 readsPulumi
Saumya Pandeysaumyapandey.hashnode.net·Apr 4, 2023Getting Started with Pulumi for a Simple AWS Project: A Step-by-Step GuideIf you're just getting started with Pulumi, be sure to check out my introductory blog post on the topic. In that post, I provided an overview of Pulumi and its key features, as well as a step-by-step guide for setting up a simple Pulumi project on AW...Discuss·11 likesDevops
Saumya Pandeysaumyapandey.hashnode.net·Apr 1, 2023Universal Infrastructure as Code with Pulumi: Simplifying Cloud DevelopmentPulumi is a powerful tool that enables developers to create and manage cloud infrastructure as code. With Pulumi, you can use popular programming languages like TypeScript, Python, and Go to define your infrastructure in a way that is familiar and in...Discuss·13 likes·72 readsAWS
Engin Diriediri.hashnode.net·Mar 26, 2023Step-by-Step Guide: Setting Up WASI Node Pools for AKS and Running WASM Spin Applications all with PulumiTL;DR: Code https://github.com/dirien/pulumi-aks-wasm-spin Introduction In this blog post, I am going to show you how to run a Fermyon Spin WebAssembly (WASM) application on a WebAssembly System Interface (WASI) node pool. Everything will be powere...Discuss·125 readswasm
Engin Diriediri.hashnode.net·Mar 22, 2023Minecraft Server: Secrets, Observability, Kubernetes and more with Pulumi and ScalewayTL;DR: Code https://github.com/dirien/quick-bites/tree/main/pulumi-scaleway-kapsule Introduction In this tutorial, I want to use some new Beta services from Scaleway to deploy a Minecraft server on Kubernetes. To deploy the infrastructure I will be...Discuss·205 readsPulumi
Engin Diriediri.hashnode.net·Mar 7, 2023Building the Port Pulumi Connector PoC: A Step-by-Step GuideIntroduction This blog article explains my work on the Pulumi connector for Port. This connector allows you to create and manage Pulumi stacks from Port. It is not meant to run in production, but rather as a proof-of-concept and a base for any furthe...Discuss·209 readsPulumi
Vu Daovumdao.hashnode.net·Feb 25, 2023AWS Athena Query WAF logsAbstract Querying AWS WAF Logs - AWS WAF logs include information about the traffic that is analyzed by your web ACL, such as the time that AWS WAF received the request from your AWS resource, detailed information about the request, and the action f...DiscussAWS
Engin Diriediri.hashnode.net·Jan 19, 2023Advanced Secret Management on Kubernetes With Pulumi: Secrets Store CSI DriverTL;DR The code https://github.com/dirien/quick-bites/tree/main/pulumi-secretstore-csi-driver Introduction This article is part two of my series on how to manage secrets on Kubernetes with the help of Pulumi. In my first article, we talked about the...Discuss·930 readsAWS
Engin Diriediri.hashnode.net·Jan 14, 2023Deploy Komodor on AKS via the Flux Cluster Extension using PulumiTL;DR Le code https://github.com/dirien/quick-bites/tree/main/pulumi-azure-fluxcd-komodor Introduction https://twitter.com/Komodor_com/status/1612829648324362244?s=20&t=62-5qcLIqEO5PPJLNSVWUA To celebrate the launch of the Free Tier of Komodor, I...Discuss·1 like·246 readsAzure
Varchasv Hoonvarchasvh.hashnode.net·Jan 14, 2023What is Pulumi? Basic Features OverviewPulumi Pulumi is a modern Infrastructure as Code (IAC) tool that allows developers to use familiar programming languages and tools to provision, manage, and deploy cloud infrastructure. With Pulumi, you can write code in languages like JavaScript, Ty...Discuss·1 like·34 readsDevOpsDevops