image: tensorflow/tensorflow:latest-py3
# Execute Tensorboard in your mounted summaries folder. This will make the pod run indefinitely if no errors occur. Make sure to delete the pod if you do not use it anymore.
command: ["/bin/bash", "-C"] args: ["-c", "cd /mnt/tensorboard/; tensorboard --logdir ."]
# Mount the persistent volume where you log Tensorboard summaries to