Skip to content

Commit 7d9f201

Browse files
committed
Add scale-your-app tutorial
Minor edits to expose-your-app-publicly
1 parent 2694be6 commit 7d9f201

File tree

3 files changed

+223
-217
lines changed

3 files changed

+223
-217
lines changed

content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,18 @@ minikube service kubernetes-bootcamp --url
135135
```
136136

137137
The output looks like this:
138-
`http://127.0.0.1:51082`!
139-
Because you are using a Docker driver on darwin, the terminal needs to be open to run it.</b></pre></p>
138+
139+
```
140+
http://127.0.0.1:51082
141+
! Because you are using a Docker driver on darwin, the terminal needs to be open to run it.
142+
```
140143

141144
Then use the given URL to access the app:
142-
`curl 127.0.0.1:51082`
145+
146+
```shell
147+
curl 127.0.0.1:51082
148+
```
149+
143150
{{< /note >}}
144151

145152
And we get a response from the server. The Service is exposed.

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

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)