Tips & Tricks
Quick wins, useful commands, and single-concept solutions.
4 tips
terraform terraform
How to Manage Multiple Azure Subscriptions in Terraform
Learn how to use Terraform provider aliases to deploy resources across multiple Azure subscriptions and pass providers into modules for hub-and-spoke architectures.
kubectl kubernetes
Rapid Rollback: `kubectl set image` for Urgent Fixes
Learn how to use `kubectl set image` for rapidly rolling back to a previous container image in a Kubernetes deployment when problems arise, prioritizing speed and...
kubectl kubernetes
Essential kubectl Commands Cheat Sheet
A quick reference for the most commonly used kubectl commands covering pods, deployments, services, and debugging.
kubectl kubernetes
Debug Kubernetes CrashLoopBackOff in 30 Seconds
Quick command to instantly find why your pod is crash-looping.