All Tools View Categories About Contact Privacy

kubectl Cheat Sheet

The everyday kubectl commands, grouped and filterable.

Runs entirely in your browser - nothing is uploaded and no cluster connection is made. This is a static reference.
    Matching kubectl commands will appear here.

    About kubectl Cheat Sheet

    The kubectl cheat sheet collects the commands you reach for every day, grouped by intent. From inspecting resources to debugging pods and managing rollouts, find the right invocation quickly.

    Filter by keyword, copy the command, and adapt the placeholders to your cluster. Everything runs locally as a static reference.

    Features

    • Grouped commands - inspect, manage, debug, networking, config.
    • Filter - narrow by keyword.
    • Real syntax - copy-ready kubectl.
    • Copy / Download / Print - take commands anywhere.

    How to Use

    1. Browse or filter the command list.
    2. Copy the command you need.
    3. Replace placeholders for your cluster.

    Examples

    Inspect. kubectl get pods -n prod -o wide.

    Debug. kubectl exec -it my-pod -- /bin/sh.

    Rollout. kubectl rollout restart deploy/my-app.

    Benefits

    • Fast lookup - common commands in one place.
    • Accurate - real kubectl syntax.
    • Private - runs in the browser.
    • Copy, download or print - get commands where you need them.

    Frequently Asked Questions

    What is covered?
    The cheat sheet groups the most common kubectl verbs: get, describe, apply, delete, logs, exec, port-forward, cp, scale, rollout and context switching.
    How do I find a command fast?
    Use the filter box to narrow the list by keyword, then copy the exact command.
    Are these real commands?
    Yes. Each entry uses real kubectl syntax with placeholders you replace for your cluster.
    Does this connect to a cluster?
    No. This is a static reference; nothing is uploaded and no connection is made.
    Can I copy commands?
    Yes. Filter the list and copy, download, or print the commands.
    Is it grouped by category?
    Yes. Commands are organized by intent: inspect, manage, debug, networking and config.