Files
awesome-kubernetes/v2-docs/cheatsheets.md

60 KiB
Raw Blame History

Cheat Sheets

!!! info "Architectural Context" Detailed reference for Cheat Sheets in the context of Architectural Foundations.

Standard Reference

Cloud Architecture

Developer Experience

Technical Writing Utilities

  • (2024) guides.github.com: Markdown Cheat Sheet 2 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — The authoritative documentation portal for GitHub, offering deep-dives into GitHub Flavored Markdown (GFM) and integration patterns. It outlines security implications, task lists, and interactive rendering rules. Double-Evidence: While a generic entry point, live grounding confirms this repository of guides is the primary reference for understanding platform-specific rendering behaviors on the GitHub UI.
  • markdownguide.org [DE FACTO STANDARD] [GUIDE] — An exhaustive reference guide covering the syntax, best practices, and extended features of the Markdown markup language. It provides clear examples of basic syntax, extended elements, and compatibility matrices across parsers. Double-Evidence: This guide serves as the authoritative standard for syntax validation, and live grounding shows it is widely integrated into onboarding resources for junior developers and technical writers globally.
  • Markdown Cheat Sheet 4 60200 [DE FACTO STANDARD] — One of the most referenced cheat sheets on GitHub for fast, offline-compatible Markdown syntax lookups. Includes rendering comparisons for basic elements, blockquotes, code blocks, and inline HTML. Double-Evidence: Despite its age, live grounding confirms its massive utility and continued reference value in developer wikis, representing a classic standard for text formatting.

Cloud Infrastructure

Orchestration

Managed Kubernetes

Cloud Providers

Google Cloud Platform

Developer Tooling

  • (2025) googlecloudcheatsheet.withgoogle.com: Google Cloud Developer cheat sheet [HTML CONTENT] [COMMUNITY-TOOL] — The official, interactive Google Cloud developer reference map designed to organize the vast landscape of GCP compute, networking, security, and storage tools. It assists technical architects in mapping requirements to target-state managed services with optimized configurations.

Container Orchestration

Kubernetes

Architecture and Concepts

  • (2024) jimmysong.io/kubernetes-handbook/concepts/pod.html 🌟 [MARKDOWN CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — A detailed technical breakdown of the Kubernetes Pod lifecycle within Jimmy Song's handbook. Analyzes initialization dynamics, sidecar injection patterns, node-level network interfaces (CNI), multi-container shared namespaces, and graceful shutdown mechanics.

Bootstrapping

  • (2023) ==github: K8s in 30 mins 🌟== 211 [MARKDOWN CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — An accelerated educational repository mapping core Kubernetes abstractions, including Pods, Services, Deployments, and ReplicaSets. It translates complex container orchestration mechanics into brief visual explanations, facilitating quick developer onboarding for distributed systems development.

CLI Management

  • (2024) computingforgeeks.com: Kubectl Cheat Sheet for Kubernetes Admins & CKA Exam Prep [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A specialized administration guide mapping essential kubectl commands for live platform troubleshooting and Certified Kubernetes Administrator (CKA) execution. Covers state descriptions, namespace filtering, and logging mechanics for large multi-tenant clusters.
  • (2023) github.com/devoriales/kubectl-cheatsheet [MARKDOWN CONTENT] [COMMUNITY-TOOL] — An open-source, opinionated collection of kubectl commands curated specifically for critical production debugging. It prioritizes node-level maintenance commands, network troubleshooting steps, and secure pod execution syntaxes to minimize MTTR.

Data Science and ML

Databases

NoSQL Document Stores

  • (2025) developer.mongodb.com: MongoDB Cheat Sheet [JAVASCRIPT CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The official MongoDB developer cheat sheet compiling query API methods, aggregation pipelines, schema validations, index configurations, and replication set management patterns required to maintain distributed, document-based NoSQL backends.

PostgreSQL Administration

  • (2024) postgrescheatsheet.com [SQL CONTENT] [COMMUNITY-TOOL] — A target-rich reference manual detailing PostgreSQL-specific administration commands, schema locks, index architectures (GIN/GiST), vacuum diagnostics, and replication parameters required to maintain highly-available relational storage layers.

Relational SQL

  • (2023) github.com/ABZ-Aaron: SQL Cheat Sheet 🌟 [SQL CONTENT] [COMMUNITY-TOOL] — An intensive SQL syntax compilation focusing on relational queries. Highlights transaction control, subqueries, complex JOIN strategies, CTEs, and window functions used across major RDBMS engines (PostgreSQL, MySQL, SQLite).

Developer Reference

Syntax Cheat Sheets

Language Manuals

  • QuickRef.ME - Quick Reference Cheat Sheets [COMMUNITY-TOOL] — A massive aggregator of high-density cheat sheets and quick reference guides covering terminal systems, programming syntaxes, database commands, and deployment paradigms.

Developer Resources

GitHub Platform

Productivity Hacks

  • (2021) justingarrison.com: GitHub URL Hacks 🌟 [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A collection of advanced GitHub browser URL tricks and query modifiers designed to streamline asynchronous developer workflows. Enables instant code diff generations, direct blame visualizations, and target branch comparisons without loading heavy local IDE environments.

Reference Manuals

Cheat Sheets (1)

  • (2023) cheat-sheets.org 🌟 [HTML CONTENT] [LEGACY] — A widely cataloged aggregator portal consolidating technical cheat sheets for systems, databases, and networks. While visually legacy, it offers an offline-friendly reference architecture for engineers executing migration workflows on retro or multi-era stacks.

Web OSINT

Search Optimization

  • (2022) supple.com.au: Google advanced search operators tips and tricks [HTML CONTENT] [COMMUNITY-TOOL] — A granular guide to utilizing Google's advanced search operators for technical research and open-source intelligence (OSINT). This reference maps specific syntax combinations for finding leaked files, scanning public directories, and performing basic vulnerability indexing on target domains.

Education and Automation

Grading Systems

CLI

  • Quiz Grader [COMMUNITY-TOOL] — A lightweight utility engineered to automate the grading and feedback of quizzes and programming assignments. It processes markdown-based inputs to generate structured performance assessments. Grounding highlights its utility in small-scale educational pipelines or self-assessment exercises.

Infrastructure as Code

Terraform

Best Practices

  • (2024) acloudguru.com: The Ultimate Terraform Cheatsheet [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A comprehensive Terraform guide focusing on complex declarative HCL scenarios. It provides architectural blueprints for modular infrastructure definitions, dynamic code blocks, dependency locks, and robust state locking strategies to support parallel developer team updates.

CLI Reference

  • (2026) terraform.io: Terraform Commands [MARKDOWN CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The authoritative HashiCorp CLI reference for Terraform infrastructure lifecycle orchestration. Details standard workflow mechanics alongside essential state commands like taint, state import, and multi-workspace management needed to maintain integrity across environments.
  • (2024) techbeatly.com: Terraform Cheat Sheet [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A community-focused Terraform reference for fast automation setups. Features clear examples for dry-run validations, automated state target modifications, and headless pipeline integrations utilizing dynamic environment files.

HCL Syntax

Kubernetes (1)

Developer Experience (1)

CLI Tools

  • (2015) Kubectl Autocomplete [BASH CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — Reference guide on installing shell-specific (Bash, Zsh) command completion parameters for kubectl, offering instant visual feedback on resource specs to maximize admin speed.

Operating Systems

Linux Utilities

CLI Curation

  • (2025) CommandLineFu 🌟 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — An immense, user-voted platform for sharing and assessing terminal tricks. Perfect for tracking down highly specific, multi-tool regex constructs or one-liners.

LinuxUNIX

Package Management

  • (2024) linuxhandbook.com: Yum Command Cheat Sheet [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A quick operational guide to managing dependencies via the YUM/DNF package manager on Red Hat-family Linux servers. Includes key command syntaxes for repository subscriptions, dependency locks, cleaning operations, and automated security patching.

Shell Commands

  • (2023) pixelbeat.org/cmdline [HTML CONTENT] [COMMUNITY-TOOL] — An expansive Linux command-line cheat sheet capturing lower-level shell manipulations, network diagnostics, process management parameters, and advanced sed/awk text filtering pipelines. It acts as an essential diagnostic utility handbook for infrastructure engineers.

Programming Languages

Go

Reference Docs

  • devhints.io/go: Go cheatsheet [DOCUMENTATION] [COMMUNITY-TOOL] — Curator Insight highlights a concise, single-page reference sheet covering Go syntax, control flow, channels, and basic standard library interfaces. Live Grounding confirms this is a widely-used cheatsheet for quick syntax lookups during day-to-day coding. It is optimized for speed and readability.
  • github.com: golang-cheat-sheet [ENTERPRISE-STABLE] — Duplicate reference of the high-density Go cheat-sheet database. It provides programmatic access to Go fundamentals, standard functions, and syntax paradigms to streamline engineering workflows.

Quality Assurance and Testing

Performance Testing

Dynamic Parsing

  • (2021) Cheat Sheet for Regular Expression in Jmeter [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A focused guide to using regular expression extractors in JMeter to handle dynamic correlation. Demonstrates how to isolate session tokens, CSRF tokens, and state parameters within API payloads to enable seamless end-to-end integration flows.

Load Generation

  • (2022) JMeter Web Application Testing Cheatsheet [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A practical performance testing reference for orchestrating scalable web application simulations with Apache JMeter. Outlines parameterization patterns, thread configurations, cookie controls, and assertion setups to generate uniform traffic under test workloads.

Test Automation

Browser Testing

Security and Networking

Secure Shell SSH

Penetration Testing

  • (2022) pentestmonkey.net: ssh cheat sheet [HTML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — A security-centric SSH reference focused on vulnerability testing, dynamic SOCKS proxying, and credential manipulation patterns. Essential for platform architects looking to identify remote access configurations vulnerable to privilege escalation.

System Administration

  • (2024) The SSH Commands Cheat Sheet for Linux SysAdmins / Users [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A comprehensive SSH command reference detailing robust system management patterns. Highlights custom configuration files setup, SSH agent keys, cipher specifications, and multiplexing connections to manage multiple remote nodes concurrently.

Software Development

Scripting

Secure Bash

  • (2025) ==Bash Pitfalls 🌟== [ADVANCED LEVEL] [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] [GUIDE] — The legendary Wooledge guide listing common Bash coding mistakes and how to fix them. Covering quoting, scope, pipeline traps, and array logic, this resource is a mandatory read for any systems engineer.

Software Engineering

Build Tools

Java Ecosystem

  • (2024) lzone.de/cheat-sheet/Maven [HTML CONTENT] [COMMUNITY-TOOL] — A curated list of quick Maven CLI hacks and optimization overrides. Outlines specific strategies for skipping unit tests, updating locked-down snapshots, and managing local repository paths on transient CI/CD runners.
  • (2023) maven.apache.org: Maven Quick Reference Card [PDF CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The official Maven quick reference card mapping the core project object model (POM) lifecycle phases. It covers the structural execution flow (compile, test, package, install, deploy) along with core plugin definitions and dependency scope settings.
  • (2023) journaldev.com [MARKDOWN CONTENT] [COMMUNITY-TOOL] — An advanced Maven CLI reference mapping performance flags and optimization parameters. Covers dependency tree isolation, active profile selection, offline execution modes, and debugging scripts designed to improve CI pipeline runtimes for Java services.
  • (2022) cheatography.com [HTML CONTENT] [COMMUNITY-TOOL] — A crowdsourced Maven build sheet documenting base POM hierarchies and build commands. Tailored for junior developers transitioning into the Java ecosystem, it simplifies complex multi-module concepts and repositories.

NodeJS

Best Practices (1)

  • NodeJS Best Practices (Spanish Translation) 105273 [SPANISH CONTENT] [DE FACTO STANDARD] — Curator Insight hosts the comprehensive Spanish translation of the premier Node.js architecture and security handbook. Live Grounding validates its immense utility as an industry-standard guide covering testing, error handling, and production safety. [SPANISH CONTENT]

System Programming

Modern C

  • (2024) hackingcpp.com: C++ Cheat Sheets [C++ CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — An advanced visual reference detailing Modern C++ (including standards C++20/C++23). Maps RAII architectures, smart pointers, lambda closures, STL algorithms, template metaprogramming, and concurrent execution patterns for high-frequency trading and low-latency systems.

Version Control

Branching Strategies

  • Git-flow cheatsheet [ENTERPRISE-STABLE] — A highly interactive and multilingual cheat sheet illustrating the lifecycle of branches in Vincent Driessen's GitFlow model. This reference acts as an indispensable, quick-lookup guide for understanding CLI commands for features, releases, and hotfixes.

Git Operations

  • atlassian.com: Git cheat sheet [ENTERPRISE-STABLE] — A comprehensive and beautifully formatted PDF and web-based Git command reference guide from Atlassian. Covers essential command categories including repository creation, local staging, history review, branch management, and remote synchronization.

Web Development

TypeScript Architecture

  • (2026) docs.microsoft.com: Build JavaScript applications using TypeScript [TYPESCRIPT CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The official Microsoft documentation and developer learning track for TypeScript. Details type configurations, advanced decorators, compiler configs, and module resolution patterns needed to build modern, type-safe enterprise applications.

Version Control (1)

Git

Developer Workflows

  • (2023) dev.to: Git it Right🔥🔥🚀(Git CheatSheet) 🌟 [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A community-focused guide compiling common Git traps and operational strategies for state recovery. Illustrates interactive rebasing workflows, manual commit recovery using git reflog, and remote force-with-lease push protections to avoid code loss.
  • (2023) GitKraken Git Cheat [PDF CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — A visual Git guide produced by GitKraken that bridges command-line mechanics with GUI visualization models. It simplifies complex branching topologies, remote stashing, and cherry-picking routines to help multi-developer teams prevent state deviation.

Fundamentals

  • (2024) github.github.com/training-kit: Git cheat sheet [PDF CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The official training reference from GitHub outlining standard Git version control lifecycles. It provides concrete command breakdowns for repository branching, remote synchronization, history rewriting, and local workspace management safely and systematically.
  • (2024) geeksforgeeks.org: Essential Git Commands 🌟 [HTML CONTENT] [COMMUNITY-TOOL] — A foundational Git tutorial documenting commands from system initialization to upstream integration. Serves as a primary learning reference for junior developers, illustrating basic workspace staging, branch merge strategies, and conflict mitigation.

💡 Explore Related: About | Demos | Kubernetes