Kubernetes Orientation Map

A four-week reading and observation plan, ending the week the v1.38 shadow application window is likely to open. The deliverable is a map, not mastery.

A four-week reading and observation plan, ending the week the v1.38 shadow application window is likely to open.

Goal: not mastery. A map. By the end you should be able to answer, for any change you might want to make: which SIG owns this, which repo does it live in, who reviews it, what the bot will do to it, and where the conversation happens.

Fixed dates you are working against:

DateEvent
22 July 2026v1.37 Code Freeze (passed)
28 July 2026KubeCon Japan co-located events, Yokohama
29–30 July 2026KubeCon + CloudNativeCon Japan main conference
5 August 2026v1.37 Docs Freeze
26 August 2026v1.37.0 released
~late August 2026v1.38 shadow application window likely opens

On video: watch meetings, not tutorials

There is a lot of “how to contribute to Kubernetes” video on YouTube. Most of it is not worth your four weeks. It goes stale fast — the CLA tooling, the bot behaviour and the label set have all changed in the last two years — and at best it tells you what the docs already tell you, more slowly and without links you can copy.

What is worth watching is the project’s own recordings, which are not tutorials at all. They are primary source material. Every SIG meeting is recorded and published, so you can watch maintainers disagree, defer decisions, and admit they are stuck. None of that is in any document, and it is the single fastest way to work out which SIG you would actually want to spend time in.

Canonical video sources

SourceWhat it isUse it for
Channel playlists tabSeparate playlist per SIG and WG, plus release and community meetingsBrowsing when the docs don’t link what you want
NCO playlist — linked from kubernetes.dev/docs/orientationSIG ContribEx mentoring session, third Tuesday of the month, in two slots — one EMEA/APAC-friendly, one AMER-friendly. ~40 min talk + ~20 min Q&AWeek 1 background. Note: explicitly no hands-on content
New Contributor SeriesGetting-started videos; cross-check against the workshop outline linked from the playground READMEThe hands-on one, if you want a walkthrough
SIG ContribEx meetingsThe SIG that owns contributor experienceSeeing how a SIG meeting actually runs
New Contributor CourseTen units of slides, not video — testing, code review, docs, architectureStructured study if slides suit you better than talking heads
k8s.dev/calendarInvites to every SIG meeting, with APAC-friendly variantsAttending live rather than watching later

Finding links the docs don’t give you. Two techniques. For files in a repo, open the repo on GitHub and press t to fuzzy-find by filename — Kubernetes repos disagree about main versus master, so guessing paths wastes time. For everything else, find the hub page that references it rather than the thing itself: the contributor cheatsheet, Getting Started, and community/communication between them link most of what exists. git.k8s.io/X redirects to github.com/kubernetes/X.

Keep a list of every link you had to hunt for. That list is a strong first PR to kubernetes/website or kubernetes/community, and the friction you felt finding it is the evidence that justifies the change.

How to watch, so it isn’t passive: pick one SIG, watch its two most recent meetings back to back, and write down every acronym, tool and person’s name you did not recognise. That list is your reading queue for the week, and it is a better filter than any curated syllabus, because it is generated by what the project is actually working on right now.


Week 1 — Shape and governance

The question this week answers: who decides things, and how is the project cut up?

Shortlist of SIGs worth a closer look, given an SRE background:

SIGWhy it fits
sig-releaseRelease engineering, CI signal, branch management
sig-instrumentationMetrics, logging, tracing — your daily vocabulary
sig-cluster-lifecyclekubeadm, Cluster API, kOps
sig-testingtest-infra, TestGrid, flake hunting
sig-etcdStorage layer, operational correctness
sig-scalabilityLoad testing at absurd sizes

Post idea: a plain map of how Kubernetes is governed, written for someone who has only ever used it. Genuinely scarce.


Week 2 — The machinery

The question this week answers: what actually happens to a pull request?

Post idea: what the k8s-ci-robot is doing to your PR, and why Kubernetes built its own CI system. Strong SRE angle.


Week 3 — How change happens

The question this week answers: how does an idea become code in a release?

Post idea: how a feature gets into Kubernetes — traced through one real KEP, from proposal to the release notes.


Week 4 — Stop reading

Post idea: what four weeks of reading did and did not prepare you for. Write this one immediately after your first SIG meeting, while the disorientation is still fresh.


Guardrails

Do not extend this past four weeks. The map is the deliverable, not completeness. If week 5 arrives and you have not opened the playground PR, the reading has become avoidance and the blog has no subject.

Publish weekly regardless. A post that says “I read the governance docs and three things still make no sense” is a better post than a polished summary, and it is the one that gets answered in Slack.

Write down what confused you before you understand it. That window closes permanently and it is the only thing you have that experienced contributors do not.

#kubernetes #open-source #sig-release