Difficulty: Beginner
How do you test a command with kubectl without actually creating the resource?
Use the `--dry-run=client` or `--dry-run=server` flag combined with `-o yaml`.
CLI, Validation
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.