Skip to content

How-To

Step-by-step, task-oriented guides — do this, in this order, to get this result.

Shell & TerminalHow-To July 12, 2026 2 min read

How to Configure SSH Connection Multiplexing

OpenSSH can reuse one authenticated transport for later sessions. Configure a private control socket, bounded persistence, and explicit cleanup without weakening host checks.

#how-to#ssh#multiplexing
Read more
SRE & DevOpsHow-To July 11, 2026 3 min read

How to Implement GitOps with ArgoCD

A complete walkthrough setting up ArgoCD so a Git repository becomes the single source of truth for your cluster state — deploy by merging, not by running kubectl commands manually.

#howto#gitops#argocd
Read more
SRE & DevOpsHow-To July 11, 2026 3 min read

How to Set Up Kubernetes NetworkPolicies

A complete walkthrough restricting which pods can talk to which — Kubernetes allows all pod-to-pod traffic by default, and NetworkPolicies are how you actually change that.

#howto#networkpolicy#kubernetes
Read more
SRE & DevOpsHow-To July 11, 2026 3 min read

How to Configure Pod Disruption Budgets in Kubernetes

A complete walkthrough setting PodDisruptionBudgets so voluntary disruptions — node drains, cluster upgrades — never take down more replicas of a service than it can actually tolerate at once.

#howto#kubernetes#pdb
Read more