Skip to content

Iron Infra

Iron Infra is a multi-platform infrastructure repo for deploying and operating Iron workloads across:

  • Cloudflare (Workers + Containers)
  • Kubernetes (raw manifests)
  • Helm (reusable charts)

What it does

  • Provides Cloudflare Worker/container templates under cloudflare/
  • Provides Helm charts under helm/
  • Provides cluster/namespace primitives under k8s/

Who it’s for

  • Engineers deploying Iron services and scheduled jobs
  • Operators maintaining cluster primitives (priority classes, network policies, limit ranges)

Non-goals

  • Replacing app-specific service documentation
  • Teaching Kubernetes or Helm from scratch

Architecture at a glance

flowchart LR
  Dev[Engineer] -->|wrangler deploy| CF[Cloudflare]
  Dev -->|helm upgrade -i| K8s[Kubernetes cluster]
  Dev -->|kubectl apply| K8s

  subgraph Repo[iron-infra]
    CFDir[cloudflare/]
    HelmDir[helm/]
    K8sDir[k8s/]
  end

  Dev --> Repo

Jump to: Getting Started · Reference · Changelog · Support