Skip to content

Tutorials

Before you begin, make sure you install Pulumi.

  1. Add a Site

    • Bring your existing site under Cloudflare with Pulumi IaC.
    • Introduction of pulumi new, up, and destroy.
    • Cloudflare resources defined: Zone and DNS records.
  2. Manage secrets

    • Develop Workers securely with Pulumi ESC and Wrangler.
    • Introduction to the ESC CLI and the Wrangler CLI.
    • Manage Cloudflare credentials, Worker secrets, and .dev.vars.
  3. Deploy a Worker

    • Brief introduction to deploying a Cloudflare Workers application with Pulumi.
    • Introduction of pulumi new, up, and destroy.
    • Cloudflare resources defined: Worker script, Worker route, and DNS record.