- Does it cover kubectl plugins?
- Core commands only. Plugins (kubectx, k9s, stern) are tools on top of kubectl; this focuses on the base CLI.
- What about troubleshooting commands?
- Yes — logs with follow/previous, exec into a pod, describe for events, and port-forward for local testing.
- Is helm covered?
- Kubectl-focused cheatsheet. For Helm you need a separate reference; the two tools serve different layers.
- Does it show YAML snippets?
- Common ones: Deployment, Service, ConfigMap, Secret, Ingress. Enough to get started; full specs are in the Kubernetes docs.