Selected reads

One line through
the useful material.

A direct reading list for understanding the systems behind the work. No courses, stages, or intermediate pages. Every title opens the source.

Kubernetes

How does Kubernetes work?

Kubernetes documentation · Documentation

Kubernetes overview

The project’s own explanation of its purpose, capabilities, historical context, and boundaries.

Kubernetes documentation · Documentation

Kubernetes components

Maps the API server, etcd, scheduler, controller manager, kubelet, kube-proxy, and container runtime onto a cluster.

vLLM

How does vLLM serve a language model?

vLLM repository · Repository guide

vLLM architecture overview

Maps the API server, engine core, scheduler, cache manager, and GPU workers onto the current process architecture and execution path.

Permission engines

How should a permission engine model authorization?

OpenID AuthZEN · Documentation

Authorization API 1.0

Defines a model-neutral API between applications and authorization systems, including evaluation, batch evaluation, search, context, and decision responses.

Argo CD

How does Argo CD reconcile Git with Kubernetes?

Argo CD repository · Repository guide

Argo CD architectural overview

The shortest authoritative map of Argo CD’s components and the application controller that compares live state with the target state in Git.

Argo CD documentation · Documentation

Sync phases and waves

Connects PreSync, Sync, PostSync, and SyncFail hooks with wave ordering and the health-based progression of a deployment.

Apache Iceberg

How does an Apache Iceberg table work?

Apache Iceberg · Documentation

Apache Iceberg table specification

The canonical description of the metadata graph, sequence numbers, snapshots, optimistic commits, partition specs, schemas, and row-level deletes.

Apache Iceberg · Documentation

Evolution in Apache Iceberg

Concentrates the schema, partition, sort-order, and property changes that Iceberg applies as metadata operations.

Teleport

How does Teleport replace infrastructure credentials?

Teleport documentation · Documentation

Teleport architecture

The authoritative component and trust model, including how clients authenticate and how the proxy reaches registered infrastructure without distributing static credentials.

Teleport documentation · Documentation

Access requests

Covers the time-bound elevation path that turns standing administrative access into requested, reviewed, expiring access.

Keyless CI/CD

How does OIDC remove cloud credentials from CI/CD?

OpenID Foundation · Documentation

OpenID Connect Core 1.0

The protocol source for ID tokens, claims, validation, discovery assumptions, and the distinction between authentication and OAuth authorization.

GitHub documentation · Documentation

OpenID Connect in GitHub Actions

Shows the workflow side of the exchange, including token claims, cloud trust conditions, short-lived credentials, and the removal of stored deployment secrets.

AWS documentation · Documentation

Create an OIDC identity provider in IAM

Covers the AWS trust object, issuer metadata, certificate chain, audience configuration, and the relationship between the provider and role trust policy.