User Story
When I run kubectl logs resource I want those log to be saved automatically, using a descriptive naming system.
Naming
Each output file name must be
- Unique to cluster, namespace, and resource.
- Timestamped.
** Possibly parse the --since parameter if present and adjust the timestamp accordingly.