Show Helm release status and resources
Build a paste-ready command, then review its compatibility and effects before running it.
helm -n <namespace> status <release>Complete required fields to copy the generated command.
read-onlyno known side effects Compatibility
Linux + macOS + WindowsVerified for Linux, macOS, Windows using bash, zsh, powershell syntax.
Operational knowledgereview due 2027-01-20
Requirementshelmhelm must be installed and available on PATH.
Version supporthelm Current supported releasesVerified for linux, macos, windows using bash, zsh, powershell syntax; consult compatibility notes for platform-specific differences.
Expected signalsNAME: apiRepresentative successful output; values vary with the selected target and system state.
Known errorshelm: command not foundhelm is missing or is not available on PATH.
Verifyhelm -n {{namespace}} status {{release}}The output matches the expected target and exits without an error.Rollback noteNot required: this command is read-only and does not change system state.
Command breakdown
01helmCommandRuns the helm stage of this one-liner.
02-nOptionApplies the command-specific numeric, dry-run, or non-resolving mode.
03<namespace>ParameterA value supplied in the Fill parameters section.
04statusArgumentPasses status to helm.
05<release>ParameterA value supplied in the Fill parameters section.
Example input
helm -n default status api
Example output
NAME: api
LAST DEPLOYED: Fri Jul 24 10:02:11 2026
NAMESPACE: default
STATUS: deployed
REVISION: 12
Illustrative output — exact values vary by system and data.
Official sources