Join us

ContentUpdates and recent posts about Pulumi..
Story
@laura_garcia shared a post, 3 months, 2 weeks ago
Software Developer, RELIANOID

🚀 RELIANOID at DevOpsDays Tel Aviv 2025

📅 December 11, 2025 • 📍 Tel Aviv, Israel What a week ahead! Our team is working full-throttle as we prepare to attend three major events in just a few days — and we’re thrilled to add DevOpsDays Tel Aviv to the list. We’ll be joining the community to share how RELIANOID helps DevOps and platform tea..

devopsdays telaviv relianoid
Story
@laura_garcia shared a post, 3 months, 2 weeks ago
Software Developer, RELIANOID

🛡️ RELIANOID at Black Hat Europe 2025

📅 December 8–11, 2025 • 📍 London, UK RELIANOID is heading to Black Hat Europe 2025, the premier global event for cutting-edge cybersecurity research and innovation. We’ll be in London showcasing how our high-performance ADCs, intelligent proxy architecture, and automated security capabilities help e..

black hat europe london 2025 relianoid
Link
@anjali shared a link, 3 months, 2 weeks ago
Customer Marketing Manager, Last9

OTel Updates: Unroll Processor Now in Collector Contrib

The OTel unroll processor splits bundled log records into individual events. Now in Collector Contrib v0.137.0 for VPC and CloudWatch logs.

Unroll Processor
Story
@laura_garcia shared a post, 3 months, 2 weeks ago
Software Developer, RELIANOID

Tesco’s latest outage is a reminder: uptime IS the customer experience.

Shoppers across the UK faced checkout failures, broken order updates, and Clubcard access issues as Tesco’s digital platforms suffered “intermittent” instability. In modern retail, even brief disruptions damage trust, loyalty, and sales. At RELIANOID, we help retailers stay resilient with intelligen..

tesco outage
Link
@anjali shared a link, 3 months, 2 weeks ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 3 months, 2 weeks ago.
 Activity
@kaptain added a new tool KubeLinter , 3 months, 2 weeks ago.
 Activity
@devopslinks added a new tool Grype , 3 months, 2 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 3 months, 2 weeks ago.
 Activity
@varbear added a new tool Bandit , 3 months, 2 weeks ago.
Pulumi is an open-source infrastructure-as-code platform that allows you to define, deploy, and manage cloud resources using familiar general-purpose programming languages like Python, JavaScript, Go, and TypeScript.

Pulumi represents a major shift in the Infrastructure-as-Code (IaC) landscape by moving away from proprietary domain-specific languages (DSLs) and static configuration files like YAML or JSON. Instead, it leverages the power of standard programming languages, allowing engineers to use loops, functions, classes, and existing package managers to define their cloud environments. This means you can apply software engineering best practices—such as unit testing, modularity, and CI/CD integration—directly to your infrastructure setups on providers like AWS, Azure, Google Cloud, and Kubernetes.

The platform works by utilizing a "State" mechanism similar to Terraform, where it tracks the current deployment against your desired code. When you run a Pulumi program, it builds a resource graph to determine the most efficient way to provision or update your services. Because it uses real code, it provides superior IDE support, including auto-completion and type-checking, which significantly reduces the syntax errors and "trial-and-error" deployments common with text-based configuration tools.

Furthermore, Pulumi excels in hybrid and multi-cloud environments by providing a unified workflow for both infrastructure and application delivery. It bridges the gap between developers and platform engineers, as both can now speak the same language—literally.