Skip to content

Commit

Permalink
Executable Tutorial Proposal (#2540)
Browse files Browse the repository at this point in the history
* Feedback Proposal

* executable tutorial

* delete

* Fix format
  • Loading branch information
bepp-boop authored Sep 26, 2024
1 parent 1b630af commit fa2919c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions contributions/executable-tutorial/mqnguyen/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Assignment Proposal

## Title

Infrastructure as Code with Pulumi
## Names and KTH ID

- Quang M Nguyen ([email protected])

## Deadline

- Task 3

## Category

- Executable tutorial

## Description

This tutorial provides a step-by-step guide on using Pulumi for Infrastructure as Code (IaC) to install, set up, and create/deploy an infrastructure consisting of an NGINX web server and multiple services such as NGINX and Redis using Docker containers. It covers the process of defining and managing infrastructure resources using Pulumi, enabling users to easily provision and manage their infrastructure in a declarative manner. By following this tutorial, users will gain hands-on experience in leveraging Pulumi for DevOps practices in managing their infrastructure.

**Relevance**

Infrastructure as Code (IaC) is a fundamental practice in DevOps that allows teams to automate the provisioning and management of infrastructure resources. Pulumi is a modern IaC tool that enables developers to define and manage infrastructure resources using familiar programming languages. By using Pulumi, teams can achieve greater flexibility, consistency, and scalability in managing their infrastructure, aligning with the DevOps goal of automating and streamlining the development and deployment processes. This tutorial aims to introduce users to Pulumi and demonstrate its capabilities in managing infrastructure resources effectively.

Killercoda: https://killercoda.com/bepp-boop/scenario/pulumi
Github: https://github.com/bepp-boop/KillerCoda

0 comments on commit fa2919c

Please sign in to comment.