---
title: If you are building Infrastructure as code, look at
type: post
date: 2023-02-11
source: linkedin
original_url: "https://www.linkedin.com/feed/update/urn%3Ali%3AgroupPost%3A1787637-7030075428329402368"
topics: ["cloud", "devops"]
summary: If you are building Infrastructure as code, look at Pulumi Python SDK, which makes it easier to build cloud Infrastructure code using python. Here is a sample code representation for a GKE Setup with preemptible nodes. Pulumi is multi-cloud and supported on…
draft: false
---

If you are building Infrastructure as code, look at  
Pulumi Python SDK, which makes it easier to build #cloud  
Infrastructure code using python.

Here is a sample code representation for a GKE Setup with preemptible nodes. Pulumi is multi-cloud and supported on Azure, AWS, and GCP. They also convertors to covert CloudFormation, and Terraform scripts to Pulumi.

You can also add Policy and development practices as part of CI/CD integration. I will share how to embed policy and devSecOps in the next post.

Link - https://lnkd.in/dY4V-JFg