Hi I completed the deployment of two containers but I am unable to transfer the dump which is located in the /tmp folder. A file name db.sql should be transferred to the mysqlcontainer within the lamp stack pod. I am unable to do this. Please guide me to achieve this task.
The following command is what I did:
kubectl exec -it lamp-wp-8567f48dc8-jjjl7 -c mysql-container – mysql -u root -pR00t kodekloud_db2 < /tmp/db.sql
Please look at my attachment for the result of the above command.