HI Can someone help with this question "A new deployment called `alpha-mysql` ha . . .

Muhibullah Khalid:
HI
Can someone help with this question
“A new deployment called alpha-mysql has been deployed in the alpha namespace. However, the pods are not running. Troubleshoot and fix the issue. The deployment should make use of the persistent volume alpha-pv to be mounted at /var/lib/mysql and should use the environment variable MYSQL_ALLOW_EMPTY_PASSWORD=1 to make use of an empty root password.”

R S:
How about this ? https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume

Shwetha Shenoy V:
Check of the deployment is configured correctly (ConfigMap and the volumeMounts present). If yes, describe the pod to check for events and also pod logs.