Kubernetes overview
The project’s own explanation of its purpose, capabilities, historical context, and boundaries.
Selected reads
A direct reading list for understanding the systems behind the work. No courses, stages, or intermediate pages. Every title opens the source.
Kubernetes
The project’s own explanation of its purpose, capabilities, historical context, and boundaries.
Maps the API server, etcd, scheduler, controller manager, kubelet, kube-proxy, and container runtime onto a cluster.
A source-linked execution trace from a kubectl command to a running Pod, including the control plane and node-side work.
vLLM
The strongest end-to-end explanation of request processing, continuous batching, PagedAttention, prefix caching, scheduling, decoding, and throughput trade-offs.
Maps the API server, engine core, scheduler, cache manager, and GPU workers onto the current process architecture and execution path.
Introduces the memory problem, PagedAttention, cache sharing, scheduling consequences, and the evaluation behind the original vLLM system.
Permission engines
Defines ABAC’s terms, policy model, enterprise considerations, and relationship to role-based access control without tying the model to a vendor.
The foundational system paper behind modern ReBAC engines, covering the relation model, tuple storage, consistency, distributed evaluation, and production scale.
Defines a model-neutral API between applications and authorization systems, including evaluation, batch evaluation, search, context, and decision responses.
Argo CD
The shortest authoritative map of Argo CD’s components and the application controller that compares live state with the target state in Git.
Connects PreSync, Sync, PostSync, and SyncFail hooks with wave ordering and the health-based progression of a deployment.
Apache Iceberg
The canonical description of the metadata graph, sequence numbers, snapshots, optimistic commits, partition specs, schemas, and row-level deletes.
Concentrates the schema, partition, sort-order, and property changes that Iceberg applies as metadata operations.
Teleport
The authoritative component and trust model, including how clients authenticate and how the proxy reaches registered infrastructure without distributing static credentials.
Covers the time-bound elevation path that turns standing administrative access into requested, reviewed, expiring access.
Keyless CI/CD
The protocol source for ID tokens, claims, validation, discovery assumptions, and the distinction between authentication and OAuth authorization.
Shows the workflow side of the exchange, including token claims, cloud trust conditions, short-lived credentials, and the removal of stored deployment secrets.
Covers the AWS trust object, issuer metadata, certificate chain, audience configuration, and the relationship between the provider and role trust policy.