17 free courses, no signup wall
Architect-led enterprise cloud, security & AI
Fixed-price engagements, scoped on a discovery call
Skip to content
Infrastructure engineer

AI Infrastructure

Kubernetes, Terraform, and GPUs, the substrate every AI system eventually lands on.

Who this is for

Infrastructure and cloud engineers provisioning the platform underneath the models.

What you should be able to do

Stand up reproducible, cost-bounded infrastructure for AI workloads across clouds.

Career ladder

The titles this track maps onto. Levels differ between companies. The useful part is the direction, and what each step adds to the one before it.

  1. Cloud Engineer
  2. Infrastructure Engineer
  3. Senior Infrastructure Engineer
  4. Staff Infrastructure Engineer
  5. Principal Infrastructure Architect

Tech stack

What the work is actually done with. Grouped by the job each tool does, so the list reads as a system rather than a pile of names.

IaC
TerraformHelmKustomize
Compute
EKSAKSGKEGPU nodes
Network
VPCPrivate endpointsEgress control
Resilience
Multi-AZBackupDR runbooks

The delivery flow

The order the work actually happens in. Each step is where a decision gets made and written down, not a chapter heading.

  1. Landing zone
  2. Network + egress
  3. Identity + secrets
  4. Cluster / compute
  5. GPU scheduling
  6. IaC modules
  7. Cost guardrails
  8. DR + backup

Reference repository structure

A starting layout for this track. The directories are the ones that get added late and hurt. Decisions, evals, policy, lineage. Promoted to the top level where they are visible.

infrastructure/
├── modules/               # reusable, versioned, one concern each
│   ├── network/
│   ├── cluster/
│   ├── gpu-pool/
│   └── secrets/
├── environments/
│   ├── dev/
│   ├── staging/
│   └── prod/              # separate state, separate credentials
├── policy/                # OPA / Sentinel, enforced in CI
├── dr/
│   ├── backup.tf
│   └── restore-runbook.md # tested, with a date on the last test
└── cost/

Reference implementations

Citadel’s open-source repositories for this track. Terraform modules, MCP servers, and reference architectures you can read, fork, and run. Apache/MIT licensed; check each repository for its terms.

Primary sources

The standards, framework documents, and vendor references this track is built against. Go here when you need the authoritative wording rather than a summary. In a security review or an audit, the source is what counts.