Cheatsheets
Commands I reach for daily — reorganised the way I actually think about each tool.
Ansible
Agentless config management & orchestration over SSH.
docs.ansible.com/ansible/latest/cli/AWS CLI
Amazon Web Services command-line client (aws ...) — config, S3, EC2, EKS basics.
docs.aws.amazon.com/cli/latest/reference/Azure CLI
Microsoft Azure command-line client (az ...) — login, subscriptions, AKS basics.
learn.microsoft.com/cli/azure/reference-indexDocker
Container build + run. Daily-driver commands; Compose has its own group.
docs.docker.com/reference/cli/docker/Git
Daily git plumbing — the moves I do without thinking.
git-scm.com/docsHelm
The package manager for Kubernetes — versioned, templated chart releases.
helm.sh/docs/helm/kubectl
Kubernetes' command-line client — daily-driver workflows for clusters on AKS and on-prem.
kubernetes.io/docs/reference/kubectl/Terraform
HashiCorp's IaC tool — provisions cloud infra from declarative HCL.
developer.hashicorp.com/terraform/cli