# kelseyhightower/kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.

Repository: https://github.com/kelseyhightower/kubernetes-the-hard-way
Canonical: https://ross.abutalabs.com/products/kubernetes-the-hard-way
License: Apache-2.0
License Family: permissive
Last push: 2025-04-10T06:11:47+00:00

## Health v2 (maintenance only)
Score: 39/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 15, release rhythm 35, longevity 100
- inputs: {"age_days": 3709, "days_push": 510, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 49554, forks 15836 (observed 2026-08-28T04:12:11.638770+00:00)

## What it is
A step-by-step tutorial that walks learners through manually bootstrapping a Kubernetes cluster from scratch, with no automation scripts. It is optimized for understanding how Kubernetes core components like etcd, the control plane, and worker nodes fit together.

## Use cases
- learn how kubernetes works under the hood
- manually bootstrap a kubernetes cluster step by step
- understand kubernetes control plane components
- generate TLS certificates for a kubernetes cluster
- set up etcd and containerd for kubernetes
- study for kubernetes administrator certification
- understand how kubeadm and managed clusters work internally

## When to choose
- you want deep understanding of Kubernetes internals rather than a quick cluster
- you are preparing for CKA or similar Kubernetes certifications
- you learn best by doing each step manually
- you want to see how certificates, etcd, and control plane components connect

## When to avoid
- you need a production-ready cluster quickly
- you want automated cluster provisioning with tools like kubeadm, kops, or a managed service
- you need community support for the resulting cluster
- you only have a single machine and cannot provision several VMs

## Facets
- artifact type: learning-resource
- maturity: active
- function: documentation, container-orchestration, developer-tools
- domain: tutorials, cloud-computing
- platform: cloud, self-hosted
- tags: kubernetes, tutorial, education, hands-on-labs, tls-certificates, etcd, containerd, containers, devops, linux

## Member repositories
- kelseyhightower/kubernetes-the-hard-way (main) score 39

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:11.638770+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-29T16:20:11.816756+00:00, confidence not recorded.
  - readme: https://github.com/kelseyhightower/kubernetes-the-hard-way (fetched 2026-08-28T04:12:11.638770+00:00, sha 2a6676b5aeb4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
