I would like to duplicate an existing running Pod exactly as it is, including the current environment, installed packages, configurations, and attached storage setup.
Is there a way to clone or duplicate a running Pod into a new Pod without rebuilding the environment manually?
Ideally, I want the new Pod to be an identical copy of the current one so I can run both independently.
Could you please advise the recommended workflow for this?