I have a setup complete and running for PHP including the creation and mounting of a persistent volume. What I do not understand and so far can not find a how tutorial is on how to add my application code to the volume for my servers/pods to read from.
I am using AWS EKS to house my environment and I do see the volume being created.
My end goal would be to get code in an Azure repo onto the volume.
I used this tutorial to set up the environment - https://www.digitalocean.com/community/tutorials/how-to-deploy-a-php-application-with-kubernetes-on-ubuntu-16-04
Great guide but it never told you how to get your code on the volume.