The kubectl CLI for Kubernetes can be more complex than Docker tools, so people have created cheat sheets.
Here are a few from the official Kubernetes docs:
And this is an entire website full of cheat sheets, and you can make your own.
Some kubectl commands and resources
And, of course, remember the inline help with --help
. Even just typing kubectl
and hitting enter will show you short descriptions of all the major commands.