Skip to content

Commit b589df9

Browse files
committed
Update Blog “how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent 738830c commit b589df9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/blog/how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ prometheus-server-689ccf5f57-j9hpz 2/2 Running 0 15m
135135
state-svc-b4b996d9b-jnbrl 3/3 Running 0 15m
136136
```
137137

138-
After all the Pods are in running states, edit the service *gateway* to change its service type from *ClusterIP* to *NodePort*. This will assign the gateway host name with an generate a service port and expose the service via the configured gatway host plus the port.
138+
After all the Pods are in running states, edit the service *gateway* to change its service type from *ClusterIP* to *NodePort*. This will generate a service port and expose the service via the configured gatway host plus the port.
139139

140140
```markdown
141141
$ k edit svc gateway -n kasten-io
@@ -180,9 +180,9 @@ Click *Accept Terms* after specifying your email and company name, you will b
180180

181181
### Deploy MySQL database
182182

183-
In order to show backup and restore process, [a MySQL database](https://github.com/GuopingJia/mysql-app) will be deployed as a sample stateful application to the cluster.
183+
In order to show backup and restore process, [the MySQL database](https://github.com/GuopingJia/mysql-app) will be deployed as a sample stateful application to the cluster.
184184

185-
MySQL database requires a persistent volume to store data. Here is the PVC YAML manifest files:
185+
The MySQL database requires a persistent volume to store data. Here is the PVC YAML manifest files:
186186

187187
```markdown
188188
$ cat mysql-app/base/mysql-pvc.yaml
@@ -201,7 +201,7 @@ spec:
201201
storage: 1Gi
202202
```
203203

204-
The YAML manifest files in the folder *base* will be used to install the WordPress applicaiton using [Kustomize](https://kustomize.io/).
204+
The YAML manifest files in the folder *base* will be used to install the MySQL applicaiton using [Kustomize](https://kustomize.io/).
205205

206206
```markdown
207207
$ tree mysql-app/base

0 commit comments

Comments
 (0)