Snippets

Quick-reference guides, gotchas, and battle-tested solutions from real-world Kubernetes, cloud, and DevOps operations.

All Topics
argocd
azure
backups
bash
best-practices
cheatsheet
configuration
database
debugging
deployment
gitops
kafka
kubectl
kubernetes
monitoring
mssql
nodes
performance
postgresql
prometheus
promql
pvc
resources
secrets
security
storage
troubleshooting
vault
zalando
zookeeper

Kubernetes Useful Commands Cheat Sheet

Battle-tested kubectl commands for daily cluster operations — pod cleanup, version checks, network debugging, bulk patching, and more.

Feb 15, 2026
kubernetes
kubectl
bash

Zalando Postgres Operator: Backup & Restore on Azure

Complete guide to setting up WAL-G backups with Azure Blob Storage for the Zalando Postgres Operator, including restore procedures and troubleshooting.

Feb 10, 2026
kubernetes
postgresql
azure

Access Kubernetes Nodes Without SSH

Get a root shell on K8s nodes when SSH is blocked — kubectl debug, nsenter, and systemctl access.

Feb 5, 2026
kubernetes
debugging
security

ArgoCD GitOps Essentials: Quick Reference

Core ArgoCD concepts, architecture components, and key features at a glance.

Feb 1, 2026
argocd
gitops
kubernetes

HashiCorp Vault AppRole for External Secrets Operator

Set up a Vault AppRole with non-expiring secret IDs for the External Secrets Operator on Kubernetes.

Jan 28, 2026
vault
kubernetes
secrets

Prometheus: Copy-Paste PromQL Queries for Kubernetes

Ready-to-use PromQL for pod restarts, ArgoCD health, node memory, and CPU load alerts.

Jan 25, 2026
prometheus
monitoring
kubernetes

Kafka Topic Manual Leader Rebalance via ZooKeeper

How to fix Kafka topics with incorrect or missing leaders by manually rewriting partition state in ZooKeeper.

Jan 20, 2026
kafka
kubernetes
zookeeper

ArgoCD ignoreDifferences Patterns

Copy-paste ignoreDifferences configs for common false OutOfSync issues in ArgoCD.

Jan 18, 2026
argocd
gitops
kubernetes

Kubernetes Resource Limits: No CPU Limits, Memory Limit = Request

The correct way to set Kubernetes resource requests and limits — from the K8s maintainers at Google.

Jan 15, 2026
kubernetes
resources
best-practices

Resize PVCs Dynamically in Kubernetes

Expand PersistentVolumeClaim storage on the fly without downtime — check, patch, verify.

Jan 10, 2026
kubernetes
storage
pvc

MSSQL Client in Kubernetes: Quick sqlcmd Reference

Spin up a temporary sqlcmd pod to connect, query, and debug Azure SQL or any MSSQL database from inside your cluster.

Jan 5, 2026
kubernetes
mssql
database