17 free courses — no signup wall
Architect-led enterprise cloud, security & AI
320+ downloadable toolkits — instant delivery
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.

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 that keeps agents, infrastructure, and security policy as first-class directories rather than folders someone adds late.

project/
├── apps/            # web, api, admin surfaces
├── agents/          # planner, researcher, reviewer, orchestrator
├── infrastructure/  # terraform, kubernetes, helm, docker
├── security/        # policies, threat models, IAM scopes
├── monitoring/      # dashboards, alerts, SLOs
├── pipelines/       # CI/CD and evaluation gates
├── tests/
└── docs/

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.