This project shows how to set up a single-replica WordPress deployment on Google Kubernetes Engine (GKE) using a MySQL database. Instead of installing MySQL, we will use Cloud SQL, which provides a managed version of MySQL.
- Google Cloud Account.
- Enabled Billing.
- Project Creation.
- Set-up environment.
- Create a 3 node GKE cluster.
- Create a PV and a PVC.
- Create a Cloud SQL instance.
- Configure a Service Account & Create Secrets.
- Deploy WordPress.
- Expose the WordPress service.
- Set-up your WordPress blog.
- Wind up the Project.