Collections/Kubernetes, End to End: From Cluster Bootstrap to Daily Ops
Collection

Kubernetes, End to End: From Cluster Bootstrap to Daily Ops

The essential open-source stack for running Kubernetes for real — the platform itself, ways to get a cluster, and the tools you'll live in once it's up.

S
Created by Sanjeet Pal Singh
updated 7 hours ago
0
followers
7
projects
0
likes
0

Projects in this collection

Ranked by the curator, with their reason for including each one.

1
kubernetesGo
New126.4K GitHub starsApache-2.0
Why Sanjeet Pal Singh included it: The system itself belongs at the top: everything else here exists to run on, ship to, or manage clusters built on this codebase.
2
helmGo
New30.2K GitHub starsApache-2.0
Why Sanjeet Pal Singh included it: Helm is the de facto package manager for Kubernetes, and nearly every production deployment starts with a chart.
3
k9sGo
New34.5K GitHub starsApache-2.0
Why Sanjeet Pal Singh included it: K9s turns cluster operations into a fast, keyboard-driven terminal UI that replaces long strings of kubectl commands for daily work.
4
k3sGo
New33.9K GitHub starsApache-2.0
Why Sanjeet Pal Singh included it: K3s is a fully conformant, single-binary distribution that makes Kubernetes practical on edge devices, CI runners, and homelabs.
5
minikubeGo
New32.1K GitHub starsApache-2.0
Why Sanjeet Pal Singh included it: minikube is the standard way to run a real local cluster on your laptop for development and testing across all major operating systems.
6
kubernetes-the-hard-wayDeveloper Tool
New49.7K GitHub starsApache-2.0
Why Sanjeet Pal Singh included it: Bootstrapping a cluster by hand, with no scripts, is still the best way to actually understand what every Kubernetes component does.
7
trivyGo
New37.8K GitHub starsApache-2.0
Why Sanjeet Pal Singh included it: Trivy scans container images, Kubernetes manifests, and live clusters for vulnerabilities and misconfigurations, making it a staple of cluster security.