Alexandre NedelecProtechwatching.hashnode.dev·Sep 21, 2023Deploying to Azure from Azure DevOps without secretsIf you are deploying your application to Azure from Azure Pipelines, you might want to leverage the ability to do so without using secrets thanks to Workload identity federation. In this article, I will demonstrate how to automate the configuration o...DiscussPulumiAzure
Engin Diriblog.ediri.io·Sep 3, 2023A Step-by-Step Guide to Using Velero on AWS EKS Clusters via PulumiTL;DR: THE CODE! https://github.com/dirien/quick-bites/tree/main/pulumi-eks-velero Introduction My motivation to write this article comes from the recent blog post of Lily Cohen who had a severe data loss on her Kubernetes cluster. During a routine...Discuss·110 readsAWS
Lê Công Tuấntuanlc.hashnode.dev·Aug 25, 2023Unraveling the Friday Incident: Lessons from Infrastructure as CodeIntroduction: Entering the Tech Story Hey there, curious minds of the coding world! Today, we're diving into a tale that's all about learning. Imagine a world where computer spells bring things to life, and clouds aren't just fluffy but also powerful...Discuss·10 likesPulumi
Anil Jaiswalanil.hashnode.dev·Aug 19, 2023Infrastructure as Code: A Beginner's GuideThe percentage of software companies that use IAC tools in the world is growing rapidly. In 2022, it was estimated that 55% of software companies were using IAC tools, and this number is expected to reach 75% by 2028. What is Infrastructure as Code? ...Discuss#IaC
Engin Diriblog.ediri.io·Aug 10, 2023Deploying a Kubernetes Cluster in Strasbourg?!TL;DR: The code https://github.com/dirien/quick-bites/tree/main/pulumi-ovh-kube Introduction Thanks to the posts of Aurélie Vache, I discovered the OVH Managed Kubernetes Service. https://twitter.com/aurelievache/status/1689173513851043840?s=20 I...Discuss·242 readsPulumi
Engin Diriblog.ediri.io·Jul 30, 2023Kubernetes 1.26: Implementing Validating Admission Policies with PulumiTL;DR: Le code As usual, the link to the repo: https://github.com/dirien/quick-bites/tree/main/pulumi-validating-admission-policy Introduction In this blog article, we will discover how we can leverage Pulumi and the kubernetes provider to write an...Discuss·156 readsPulumi
Alexandre NedelecProtechwatching.hashnode.dev·Jul 20, 2023Create an Azure-Ready GitHub Repository using PulumiCreating an application and deploying it to Azure is not complicated. You write some code on your machine, do some clicks in the Azure portal, or run some Azure CLI commands from your terminal and that's it: your application is up and running in Azur...DiscussPulumiPulumi
Zevi ReinitzforLivecycle Team Blogteamlivecycle.hashnode.dev·Jul 11, 2023How some developers are getting better feedback on their PRs (and how you can, too)TL;DR This post was sent to us by Noah - a web developer who used Livecycle together with Pulumi Review Stacks to streamline his development workflow. He put together a step-by-step guide showing how others can do the same. We loved it, so we’re shar...Discuss·1 likePulumi
Luukcloudengineer.hashnode.dev·Jun 22, 2023Three steps for choosing the right infra as code tool in AWSYou are running workloads in the cloud, and want to step up your game by using infrastructure as code. Awesome! Which tool are you going to choose? And why? It is hard to find nuanced guidance online: Few developers have in-depth experience with the ...Discuss·113 readscloudformation
Engin Diriblog.ediri.io·Jun 15, 2023How To Upgrade Your AKS Cluster Using Only PulumiTL;DR: The code https://github.com/dirien/quick-bites/tree/main/pulumi-aks-upgrade Introduction Recently, I got a request from one of our customers asking how to upgrade their AKS cluster using only Pulumi and not the Azure CLI. The customer also m...Discuss·122 readsPulumi