Skip to content

Commit 5864801

Browse files
Update scale-intro.html
1 parent a18e846 commit 5864801

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ <h3>Load Balancing</h3>
168168
<p>Next, we’ll do a <code>curl</code> to the exposed IP address and port. Execute the command multiple times:</p>
169169
<p><code><b>curl http://"$(minikube ip):$NODE_PORT"</b></b></b></code></p>
170170
<p>We hit a different Pod with every request. This demonstrates that the load-balancing is working.</p>
171+
<p>The output should be similar to:</p>
172+
<pre>
173+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
174+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-hs9dj | v=1
175+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
176+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
177+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
178+
</pre>
171179
{{< note >}}<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>
172180
<p>In a separate terminal window, execute:<br>
173181
<code><b>minikube service kubernetes-bootcamp --url</b></code></p>

0 commit comments

Comments
 (0)