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
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tutorials/kubernetes-basics/scale/scale-intro.html
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,20 @@ <h3>负载均衡</h3>
289
289
<p>We hit a different Pod with every request. This demonstrates that the load-balancing is working.</p>
290
290
-->
291
291
<p>我们每个请求都命中了不同的 Pod,这证明负载均衡正在工作。</p>
292
-
<!--
292
+
<p>
293
+
<!--
294
+
The output should be similar to:
295
+
-->
296
+
输出应该类似于:
297
+
</p>
298
+
<pre>
299
+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
300
+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-hs9dj | v=1
301
+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
302
+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
303
+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
304
+
</pre>
305
+
<!--
293
306
<p>If you're running minikube with Docker Desktop as the container driver, a minikube tunnel is needed. This is because containers inside Docker Desktop are isolated from your host computer.<br>
294
307
<p>In a separate terminal window, execute:<br>
295
308
<code><b>minikube service kubernetes-bootcamp --url</b></code></p>
0 commit comments