How to run WordPress on Google Kubernetes Engine (GKE) Standard
This tutorial shows you how to set up a single-replica WordPress deployment on Google Kubernetes Engine (GKE) using a MySQL database. Instead of installing MySQL, you use Cloud SQL, which provides a managed version of MySQL. WordPress uses PersistentVolumes (PV) and PersistentVolumeClaims (PVC) to store data. Objectives Create a GKE cluster. Create a PV and a PVC backed by Persistent Disk. Create a Cloud SQL for …
How to run WordPress on Google Kubernetes Engine (GKE) Standard Read More »