# jamiehannaford/what-happens-when-k8s

🤔  What happens when I type kubectl run?

Repository: https://github.com/jamiehannaford/what-happens-when-k8s
Canonical: https://ross.abutalabs.com/products/what-happens-when-k8s
License Family: other
Last push: 2023-10-17T14:10:14+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3264, "days_push": 1051, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5106, forks 515 (observed 2026-08-28T04:09:09.847547+00:00)

## What it is
A living educational document explaining the full lifecycle of a kubectl request through Kubernetes internals, from client validation to kubelet container startup. It links to Kubernetes source code to illustrate each stage of the request path.

## Use cases
- understand what happens when I run kubectl create deployment
- learn how the Kubernetes scheduler assigns pods to nodes
- study how kube-apiserver handles authentication and admission control
- prepare for a Kubernetes internals interview
- understand how kubelet and CRI start containers
- learn how etcd stores cluster state

## When to choose
- you want a guided, source-linked walkthrough of Kubernetes request flow
- you're learning Kubernetes internals for the first time
- you want to understand the path from kubectl to running pods

## When to avoid
- you need official, version-specific Kubernetes documentation
- you want hands-on operational tooling rather than conceptual explanation
- you need up-to-date coverage of the latest Kubernetes features

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: documentation, developer-tools
- domain: tutorials, cloud-computing
- platform: cloud
- tags: kubernetes-internals, educational-guide, kubectl, kube-apiserver, kubelet, scheduler, container-orchestration, containers, devops, kubernetes, linux

## Member repositories
- jamiehannaford/what-happens-when-k8s (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.847547+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:02:10.994385+00:00, confidence not recorded.
  - readme: https://github.com/jamiehannaford/what-happens-when-k8s (fetched 2026-08-28T04:09:09.847547+00:00, sha 5cb0b290865e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
