How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
:book: Kubernetes CheatSheets In A4
The main features of dennyzhang/cheatsheet-kubernetes-a4 are: DevOps and Infrastructure Guides, Learning and Reference.
Projects with overlapping indexed features include: kelseyhightower/kubernetes-the-hard-way — Kubernetes The Hard Way is an educational curriculum designed to teach the fundamental architecture and operational… hjacobs/kubernetes-failure-stories — This is a curated collection of public postmortems and incident reports documenting real-world Kubernetes cluster… academysoftwarefoundation/wg-usd. airbnb/javascript — This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It… alan2207/bulletproof-react — Bulletproof React is an architectural guide and project boilerplate designed to standardize the development of… ahmetb/kubernetes-network-policy-recipes — This project is a library of declarative configuration patterns and templates for implementing network policies within…
Kubernetes The Hard Way is an educational curriculum designed to teach the fundamental architecture and operational requirements of container orchestration platforms. It provides a structured, hands-on learning path that guides users through the manual bootstrapping of a multi-node cluster from scratch, intentionally avoiding automated installers to ensure a deep understanding of how individual control plane and worker node components interact. The project distinguishes itself by requiring the manual configuration of every layer of the infrastructure, including the generation of cryptographic
This is a curated collection of public postmortems and incident reports documenting real-world Kubernetes cluster failures and outages. It serves as a searchable archive of operational mistakes and horror stories, compiled to help operators study and learn from common pitfalls. The project focuses on incident analysis and operational learning, enabling users to browse and review categorized failure stories to identify patterns and prevent similar mistakes in their own production environments. It supports cluster reliability engineering by providing a reference for studying how and why Kuberne
This project is a library of declarative configuration patterns and templates for implementing network policies within Kubernetes clusters. It provides a collection of reference guides and ready-to-use snippets designed to establish pod isolation and zero-trust traffic rules. The project focuses on implementing a default-deny security posture, where all network traffic is blocked until explicitly authorized through a whitelist. It provides specific templates for restricting lateral movement and securing microservice boundaries using label-based selectors and port-specific filtering. Its capa