cloud-dev-user / kubernetes_demo

0 stars 4 forks source link

Added v1 of WordPress and MySQL example #1

Closed namanjoshi01 closed 5 months ago

namanjoshi01 commented 1 year ago

I have added the v1 of Deploying WordPress and MySQL with Persistent Volumes example.

This is a modified version from official Kubernetes documentation which fails to create PersistentVolumeClaim. In this modified approach I have updated the WordPress and MySQL to include PersistentVolume creation first before the claim.