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
<p>Now we can test that the app is exposed outside of the cluster using <code>curl</code>, the IP address of the Node and the externally exposed port:</p>
<p>Note that since Docker Desktop does not support ports, we need to use minikube tunnel if Docker is the container runtime. This is a <ahref="https://github.com/kubernetes/minikube/issues/11193">known issue</a>.</p>
117
+
<p>In a seperate terminal window, execute:</p>
118
+
<p><code><b>minikube service kubernetes-bootcamp --url</b></code></p>
119
+
<p>and use the output url to access the app.</p>
116
120
<p>And we get a response from the server. The Service is exposed.</p>
0 commit comments