You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
To save your data beyond the lifecycle of a Kubernetes pod, you will want to create persistent volumes for your MySQL and Wordpress applications to attach to.
67
67
68
-
#### For "lite" IBM Bluemix Container Service
68
+
#### For "lite" IBM Cloud Kubernetes Service
69
69
Create the local persistent volumes manually by running
70
70
```bash
71
71
kubectl create -f local-volumes.yaml
72
72
```
73
-
#### For paid IBM Bluemix Container Service OR Minikube
73
+
#### For paid IBM Cloud Kubernetes Service OR Minikube
74
74
Persistent volumes are created dynamically for you when the MySQL and Wordpress applications are deployed. No action is needed.
75
75
76
76
# 3. Create Services and deployments for WordPress and MySQL
77
77
78
78
### 3.1 Using MySQL in container
79
79
80
-
> *Note:* If you want to use Bluemix Compose-MySql as your backend, please go to [Using Bluemix MySQL as backend](#32-using-bluemix-mysql-as-backend).
80
+
> *Note:* If you want to use IBMCloud Compose-MySql as your backend, please go to [Using Bluemix MySQL as backend](#32-using-bluemix-mysql-as-backend).
81
81
82
82
Install persistent volume on your cluster's local storage. Then, create the secret and services for MySQL and WordPress.
Now please move on to [Accessing the External Link](#4-accessing-the-external-wordpress-link).
106
106
107
-
### 3.2 Using Bluemix MySQL as backend
107
+
### 3.2 Using IBM Cloud MySQL as backend
108
108
109
-
Provision Compose for MySQL in Bluemix via https://cloud.ibm.com/catalog/services/compose-for-mysql
109
+
Provision Compose for MySQL in IBM Cloud via https://cloud.ibm.com/catalog/services/compose-for-mysql
110
110
111
111
Go to Service credentials and view your credentials. Your MySQL hostname, port, user, and password are under your credential uri and it should look like this
0 commit comments