© 2023 Hashnode
#pulumi
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…
Abstract 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, detail…
TL;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 o…
TL;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 c…
Pulumi 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, y…
tl;dr I wrote three infrastructure as code libraries for deploying containerized 3-tier web apps on AWS ECS Fargate using CDK, Terraform and Pulumi. This article will provide an overview of my experie…
Introduction https://twitter.com/surajincloud/status/1608006302390681600?s=20&t=LSqTzbLpgREOsGfVIZ49nw This tweet and the corresponding blog post from my friend Suraj Narwade inspired me to write th…
TL;DR The code https://github.com/dirien/quick-bites/tree/main/pulumi-argocd-sealedsecrets Introduction This article is the start of a series of blog articles on how to manage secrets on Kubernetes …
Today is a great time to be a developer: there are plenty of languages and frameworks to choose from to build an application there are very powerful IDEs and tools to help us write, analyze, refacto…
TL;DR Le code https://github.com/dirien/pulumi-scala-minecraft Introduction Since I am a big fan of Minecraft and Pulumi I wanted to combine both and see If I am able to use Scala as programming langu…