Merge pull request #48455 from windsonsea/scalet

[zh] Sync scale/scale-intro.html
pull/48452/head^2
Kubernetes Prow Robot 2024-10-21 03:13:05 +01:00 committed by GitHub
commit 664c25105b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 1 deletions

View File

@ -289,7 +289,20 @@ kubernetes-bootcamp 1/1 1 1 11m
<p>We hit a different Pod with every request. This demonstrates that the load-balancing is working.</p>
-->
<p>我们每个请求都命中了不同的 Pod这证明负载均衡正在工作。</p>
<!--
<p>
<!--
The output should be similar to:
-->
输出应该类似于:
</p>
<pre>
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-hs9dj | v=1
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
</pre>
<!--
<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>
<p>In a separate terminal window, execute:<br>
<code><b>minikube service kubernetes-bootcamp --url</b></code></p>