Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6dbe68a

Browse files
committedMay 2, 2019
add link japaneses and change brand Bluemix to IBM Cloud
1 parent 68125ca commit 6dbe68a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/IBM/Scalable-WordPress-deployment-on-Kubernetes.svg?branch=master)](https://travis-ci.org/IBM/Scalable-WordPress-deployment-on-Kubernetes)
22

3-
*Read this in other languages: [한국어](README-ko.md).*
3+
*Read this in other languages: [한국어](README-ko.md) / [日本語](README-jp.md).*
44

55
# Scalable WordPress deployment on Kubernetes Cluster
66

@@ -45,7 +45,7 @@ Please follow the [Toolchain instructions](https://github.com/IBM/container-jour
4545
2. [Create local persistent volumes](#2-create-local-persistent-volumes)
4646
3. [Create Services and Deployments for WordPress and MySQL](#3-create-services-and-deployments-for-wordpress-and-mysql)
4747
- 3.1 [Using MySQL in container](#31-using-mysql-in-container)
48-
- 3.2 [Using Bluemix MySQL](#32-using-bluemix-mysql-as-backend)
48+
- 3.2 [Using IBM Cloud MySQL](#32-using-ibm-cloud-mysql-as-backend)
4949
4. [Accessing the external WordPress link](#4-accessing-the-external-wordpress-link)
5050
5. [Using WordPress](#5-using-wordpress)
5151

@@ -65,19 +65,19 @@ tr -d '\n' <password.txt >.strippedpassword.txt && mv .strippedpassword.txt pass
6565
# 2. Create Local Persistent Volumes
6666
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.
6767

68-
#### For "lite" IBM Bluemix Container Service
68+
#### For "lite" IBM Cloud Kubernetes Service
6969
Create the local persistent volumes manually by running
7070
```bash
7171
kubectl create -f local-volumes.yaml
7272
```
73-
#### For paid IBM Bluemix Container Service OR Minikube
73+
#### For paid IBM Cloud Kubernetes Service OR Minikube
7474
Persistent volumes are created dynamically for you when the MySQL and Wordpress applications are deployed. No action is needed.
7575

7676
# 3. Create Services and deployments for WordPress and MySQL
7777

7878
### 3.1 Using MySQL in container
7979

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).
8181
8282
Install persistent volume on your cluster's local storage. Then, create the secret and services for MySQL and WordPress.
8383

@@ -104,9 +104,9 @@ wordpress-mysql-2569670970-bd07b 1/1 Running 0 1m
104104

105105
Now please move on to [Accessing the External Link](#4-accessing-the-external-wordpress-link).
106106

107-
### 3.2 Using Bluemix MySQL as backend
107+
### 3.2 Using IBM Cloud MySQL as backend
108108

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
110110

111111
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
112112

0 commit comments

Comments
 (0)
This repository has been archived.