In this brief post I just want to talk about the kubectl command cheat-sheet (now its called quick reference page) and the detailed command reference docs page.
Kubectl quick reference page is where you can find the brief info of Kubectl context and configuration options, how to view/create/update/delete different resources and finding the resources using jsonpath etc.
Start with https://kubernetes.io/docs/reference/kubectl/
https://kubernetes.io/docs/reference/kubectl/quick-reference/
In case if you have not checked this yet, kubectl command reference docs page is where you can find all the kubectl commands along with the related detail, available flags and the examples.
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
Btw, while working with kubectl interactively try using --help as its your trusted friend within terminal because then you probably don't need to look outside😉
Syntax: kubectl <command> <resource type> --help
That's it for now, thanks.