Linux Foundation CKA Question Answer
Print pod name and start time to “/opt/pod-status” file
See the solution below.
kubect1 get pods -o=jsonpath='{range
items[*]}{.metadata.name}{"\t"}{.status.podIP}{"\n"}{end}'
TESTED 11 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved