{"tool":"kubectl","tool_display":"Kubectl","intent":"list-pod-annotations","intent_display":"list pod annotations","title":"Kubectl Command: list pod annotations","command_string":"kubectl annotate po <pod_name> --list","raw_command_string":"kubectl annotate {{[po|pods]}} {{pod_name}} --list","description":"Exact CLI syntax to list pod annotations using Kubectl.","usage_scenario":"Auditing pod configurations in a Kubernetes cluster for verification.","scenario_context":"Auditing pod configurations in a Kubernetes cluster for verification.","simulated_output":"pod_name: example-pod\n  annotation1: value1\n  annotation2: value2\n  annotation3: value3","how_to_steps":["Open your terminal.","Run the command: kubectl annotate pods pod_name --list.","Review the output for the pod's annotations."],"inferred_category":"Kubernetes","canonical_url":"https://www.syntaxstandard.com/kubectl/list-pod-annotations"}