<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>7. Cleanup :: Cloud Native Engineering</title><link>https://cloud-native.labs.netrics.dev/7-cleanup/index.html</link><description>Tear down all Azure resources created during the workshop to avoid ongoing costs.
Step 1 — Destroy the Pulumi stacks The workshop created two Pulumi stacks: dev (Azure infrastructure) in lab/azure/ and a separate stack for the Kubernetes workloads. Destroy them in reverse dependency order — workloads first, then the infrastructure that hosts them.
cd lab/azure pulumi destroy Explanation pulumi destroy removes every resource tracked in the stack state in the correct dependency order. Azure takes a few minutes to delete resources such as AKS clusters and PostgreSQL servers. The command blocks until all deletions are confirmed.</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://cloud-native.labs.netrics.dev/7-cleanup/index.xml" rel="self" type="application/rss+xml"/></channel></rss>