Skip to content

Guidebook Roadmap

Last Updated: September 11, 2026

This guidebook tells one continuous story: from the Linux kernel through containers, Kubernetes, Amazon EKS, networking, service mesh, storage, databases, data pipelines, and AI/ML — plus the cross-cutting disciplines of security, GitOps, platform engineering, container registries, observability, and operations. This page is the map, and the recommended paths through it.

Learning-flow map of the guidebook's fifteen domains, flowing from foundations (Linux/Container) through orchestration (Kubernetes/EKS), connectivity (Networking/Service Mesh), state (Storage/Database), data and AI (Data Pipeline/AI-ML), to cross-cutting concerns (Security/GitOps/Platform/Container Registry/Observability/Operations).

Learning-flow map of the guidebook's fifteen domains, flowing from foundations (Linux/Container) through orchestration (Kubernetes/EKS), connectivity (Networking/Service Mesh), state (Storage/Database), data and AI (Data Pipeline/AI-ML), to cross-cutting concerns (Security/GitOps/Platform/Container Registry/Observability/Operations).Open full screen ↗

The domain map

LayerDomainStart hereOne-liner
FoundationsLinux & ContainerLinux BasicsKernel, namespaces, cgroups — what a container actually is
OrchestrationKubernetes Core ConceptsIntroduction to KubernetesWorkloads, scheduling, and autoscaling — Kubernetes itself
OrchestrationAmazon EKSIntroduction to EKSCluster creation through Hybrid Nodes and Auto Mode
ConnectivityNetworkingNetwork Fundamentals25 protocols up through CNI (Cilium/Calico)
ConnectivityService MeshIstioIstio/Linkerd/Cilium Mesh — with measured mTLS latency
StateStorageStorage OverviewEBS gp2 vs gp3, measured with fio
StateDatabaseDatabases OverviewThe operator landscape and a 100M-row ClickHouse benchmark
Data & AIData PipelineData on EKS OverviewKafka, Spark, Airflow, and Flink deep dives — with a measured Kafka RF3/gp3 ingest ceiling
Data & AIAI/MLAI/ML WorkloadsvLLM, Ray, Kubeflow, MLflow on EKS
Cross-cuttingSecurity & PolicyKyvernoAuthN/Z, policy, runtime security, supply chain
Cross-cuttingGitOpsGitOpsArgoCD, Flux, progressive delivery
Cross-cuttingPlatform EngineeringOverviewACK, KRO, Crossplane, Backstage
Cross-cuttingContainer RegistryOverviewECR, Harbor, image supply chain
Cross-cuttingObservabilityOverviewMetrics, logs, tracing, alerting stacks
Cross-cuttingOperations GuideOperations GuideCapacity planning, FinOps, upgrades, and a symptom-first troubleshooting playbook

The measured-benchmark series

Documents reporting prior runs on AWS resources. Check environment, repetitions, cache state, raw-record availability and limitations, then remeasure for current capacity planning:

Share a diagram — exports for LinkedIn and talks

Interactive diagrams in this guidebook open at https://www.atomai.click/kubernetes-docs/archmaps/<name>.html, and the Export button in the viewer toolbar (shortcut E) produces share-ready files on the spot. Available export items depend on the viewer version, browser capabilities and selection state.

What the Export menu offers

GroupMenu itemOutputUse it for
ShareShare Card / Copy Share Card1200×630 PNG (download / clipboard)LinkedIn and X link previews, READMEs, release notes
ShareRoute Share Card1200×630 PNG (download only)Appears only after a Route Probe (R) has resolved a path between two nodes
ShareReach Share Card1200×630 PNG (download only)Appears only after you trace a node's upstream/downstream reachability from its Semantic Passport
ShareCopy diagramFull-diagram PNG to the clipboardPasting straight into slides or docs
ImagePNG / JPEG / WebPFull-diagram raster imagePNG when you need lossless, JPEG/WebP when size matters
Vector & motionSVGDual-theme (light + dark) vectorSlides that stay crisp at any zoom
Vector & motionWebM6-second recording of the trace animationA LinkedIn post where the flow actually moves in the feed

Exports strip all viewer state — the Guide panel, Lens, finder, focus, route, story, camera position, radar, presentation mode, and temporary overlays — leaving only the diagram itself. The Share Card keeps your current theme and visual preset and always contains the complete diagram, uncropped. WebM recording needs a trace-animated diagram and MediaRecorder support in your browser; unsupported browsers say so in the menu.

The 30-second LinkedIn recipe

  1. Open the diagram — click the "Open full screen ↗" link under any embedded diagram (on GitBook, "🔍 View interactive diagram").
  2. Check the trace is playing — the toolbar Live/Still toggle should read Live. The motion flowing along the arrows is what the recording captures. Rehearsing a talk? Presentation stage (F) gives the diagram the whole viewport.
  3. Export → WebM for a moving post, or Export → Share Card for a static 1200×630 preview — WebM shows "Recording 6 seconds of motion…" and then the file downloads.
  4. Post — check the destination platform's current accepted formats and convert WebM if needed. Upload the Share Card as an image and include the source document URL. To point at a specific node, path, or story moment, use Copy link in the Semantic Passport or Route Probe, or Copy moment on a Story Beat (shown only on diagrams that define story chapters), and drop the deep link into a comment or slide.

The truth boundary

  • Exports are communication assets. They are not evidence that an architecture was validated, and they do not replace the published HTML or the author's own validation. The Share Card never claims validation.
  • A Route Share Card follows only authored, directed relationships. It never infers a route from geometry, and it refuses to export a stale or unreachable route.
  • A Reach Share Card shows authored reachability. Do not present it as impact analysis, blast radius, breakage, or runtime causality.

① Infrastructure onboarding — "containers to EKS"

Linux Basics → Container Technology → Introduction to Kubernetes → Core Concepts (pods/services/storage/configuration) → EKS Cluster Creation → Network Fundamentals. Check yourself with each document's quiz, and work through the labs in parallel.

② Platform / SRE — "a cluster you can operate"

EKS operations (upgrades/troubleshooting/resiliency) → Networking (VPC CNI, Cilium) → the Service Mesh comparison guide → Security & Policy → the Observability stack → GitOps → capacity planning and FinOps in the Operations Guide. The measured-benchmark series supplies the evidence this path runs on.

③ Data & AI platform — "the stateful world"

Storage → Database → Data Pipeline (Kafka → Spark → Airflow → Flink) → AI/ML (vLLM → Ray → Kubeflow). If you need GPUs and scheduling control, add the Custom Scheduler parts under Kubernetes Core Concepts.

Reading with LLMs

The guidebook provides an index and source text under the proposed llms.txt format. The AI tool still needs web retrieval or an MCP connection; supplying one URL does not guarantee automatic whole-book reading or indexing. See Reading with LLMs for the endpoints and usage examples.