© 2023 Hashnode
#pulumi
Pulumi and Terraform are both popular infrastructure-as-code (IaC) tools used for provisioning and managing cloud resources. While they share similarities, they have distinct differences in their appr…
TL;DR The code https://github.com/dirien/quick-bites/tree/main/pulumi-doppler Introduction This article is part three of my series on how to manage secrets on Kubernetes by using Pulumi. If you have…
Kubernetes, Docker, React, GCP, Pulumi https://www.youtube.com/watch?v=IbA5JnnFGAI Build and Push Docker Image Build Docker image for our react todo list application. docker build -t us.gcr.io/$…
Deploying a static website to the cloud has never been easier, thanks to Infrastructure as Code (IaC) tools like Pulumi. If you're like me, a developer who has used Terraform for your IaC needs in the…
TL;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 prov…
If 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 …
Pulumi 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 yo…
TL;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 Int…
TL;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 …
Introduction 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 rath…