Join us

ContentUpdates and recent posts about Pulumi..
Story FAUN.dev() Team
@eon01 shared a post, 2ย months, 3ย weeks ago
Founder, FAUN.dev

Announcing FAUN.sensei() โ€” Self-paced guides to grow fast โ€” even when tech moves faster.

Docker GitLab CI/CD Helm Kubernetes GitHub Copilot

After months of hard work, FAUN.sensei() is finally alive!

FAUN.sensei()
Story
@laura_garcia shared a post, 2ย months, 3ย weeks ago
Software Developer, RELIANOID

๐ŸŒŸ ๐—ช๐—ฒโ€™๐—ฟ๐—ฒ ๐—›๐—ถ๐—ฟ๐—ถ๐—ป๐—ด! ๐—๐—ผ๐—ถ๐—ป ๐˜๐—ต๐—ฒ ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ง๐—ฒ๐—ฎ๐—บ ๐ŸŒŸ

Are you passionate about technology, networking, and innovation? At RELIANOID, weโ€™re building cutting-edge solutions that power secure, scalable, and reliable infrastructures โ€” and weโ€™re looking for talented people to join us on this journey! ๐Ÿš€ Whether youโ€™re an experienced professional or just star..

careers RELIANOID hiring
ย Activity
@arunsanna added a new tool AWS-Sage , 2ย months, 3ย weeks ago.
Story FAUN.dev() Team Trending
@eon01 shared a post, 2ย months, 3ย weeks ago
Founder, FAUN.dev

Helm Cheat Sheet: Everything You Need to Know to Start Using Helm

Helm Kubernetes

Helm is the package manager Kubernetes was missing. It lets you package applications and their dependencies into charts, deploy them as versioned releases, and manage installs, upgrades, and rollbacks in a consistent and repeatable way. This post walks through what Helm is, how to install it, and the core commands you will use day to day.

ย Activity
@varbear added a new tool Git , 3ย months ago.
Course
@eon01 published a course, 3ย months ago
Founder, FAUN.dev

Helm in Practice

#Helmย 
Helm Argo CD Docker k3s Harbor Kubernetes

Designing, Deploying, and Operating Kubernetes Applications at Scale

Helm in Practice
ย Activity
@zeno added a new tool Sigstore , 3ย months ago.
Story
@laura_garcia shared a post, 3ย months ago
Software Developer, RELIANOID

๐Ÿš€ ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐Ÿณ.๐Ÿด.๐Ÿฌ ๐—–๐—ผ๐—บ๐—บ๐˜‚๐—ป๐—ถ๐˜๐˜† ๐—˜๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป ๐—ถ๐˜€ ๐—ผ๐˜‚๐˜!

This new release brings a modern foundation and powerful cloud automation to the open-source community: ๐Ÿ”น Debian Bookworm 12.12 ๐Ÿ”น Major upgrade support ๐Ÿ”น Automated cloud deployments on AWS, Azure & GCP ๐Ÿ”น Terraform-based Infrastructure as Code ๐Ÿ”น Improved Web UI usability and responsiveness Designed t..

Community edition V7.8 release relianoid
Story
@viktoriiagolovtseva shared a post, 3ย months ago

A Ready-to-Use Business Travel Template For Jira

For many of us, even planning a personal trip can be a daunting task. Missing one detail when booking a flight or hotel can lead to a disaster. The challenge becomes even greater when you need to organize a business trip for others, especially for large events where many people travel simultaneously.ย 

Additionally, business travel often requires multiple approvals and cross-team collaboration. You will need a solution to keep everyone on the same page and easily track every detail. A business travel template for Jira is an ideal way to solve this challenge.ย 

In this blog post, we share a ready-to-use template and explain how to use it.

Zrzut ekranu 2025-12-17 143647
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.