Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 839 Bytes

cheat-sheets-for-kubectl.md

File metadata and controls

17 lines (9 loc) · 839 Bytes

Cheat Sheets for Kubectl

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:

kubectl Cheat Sheet

kubectl for Docker Users

And this is an entire website full of cheat sheets, and you can make your own.

Some kubectl commands and resources

Kubernetes concepts

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.