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
for local testing of the content via relative file path
@@ -101,9 +101,9 @@ The manifest file, included below, specifies a Deployment controller that runs a
101
101
```
102
102
103
103
<!--
104
-
1. Query the list of Pods to verify that the MongoDB Pod is running:
104
+
1. Query the list of Pods to verify that the Redis Pod is running:
105
105
-->
106
-
3. 查询 Pod 列表以验证 MongoDB Pod 是否正在运行:
106
+
3. 查询 Pod 列表以验证 Redis Pod 是否正在运行:
107
107
108
108
```shell
109
109
kubectl get pods
@@ -122,7 +122,7 @@ The manifest file, included below, specifies a Deployment controller that runs a
122
122
<!--
123
123
1. Run the following command to view the logs from the Redis leader Pod:
124
124
-->
125
-
4. 运行以下命令查看 MongoDB Deployment 中的日志:
125
+
4. 运行以下命令查看 Redis Deployment 中的日志:
126
126
127
127
```shell
128
128
kubectl logs -f deployment/redis-leader
@@ -136,7 +136,7 @@ The manifest file, included below, specifies a Deployment controller that runs a
136
136
<!--
137
137
The guestbook application needs to communicate to the Redis to write its data. You need to apply a [Service](/docs/concepts/services-networking/service/) to proxy the traffic to the Redis Pod. A Service defines a policy to access the Pods.
138
138
-->
139
-
留言板应用程序需要往 MongoDB 中写数据。因此,需要创建
139
+
留言板应用程序需要往 Redis 中写数据。因此,需要创建
140
140
[Service](/zh/docs/concepts/services-networking/service/) 来转发 Redis Pod
141
141
的流量。Service 定义了访问 Pod 的策略。
142
142
@@ -632,4 +632,3 @@ Deleting the Deployments and Services also deletes any running Pods. Use labels
0 commit comments