Auto Devops Deployment logs?

Ok, so Auto Devops produces a lot of pods, some ephemeral, some permanent (unless your deployment fails and they’re cleaned up). A lot of them are running the code under development, so failed deployments might be a mistake in the application?

Is there a good way to get the logs of these pods? The only thing I’ve figured out is fast use of kubectl while the job is running.