@@ -137,11 +137,11 @@ Q: how many pods do you have?
|
|||||||
|
|
||||||
Test your application multiple time:
|
Test your application multiple time:
|
||||||
```
|
```
|
||||||
curl http://141.95.107.55:8080/
|
curl http://141.95.107.55:8080/ # change 141.95.107.55 with your ip
|
||||||
...
|
...
|
||||||
curl http://141.95.107.55:8080/
|
curl http://141.95.107.55:8080/ # change 141.95.107.55 with your ip
|
||||||
...
|
...
|
||||||
curl http://141.95.107.55:8080/
|
curl http://141.95.107.55:8080/ # change 141.95.107.55 with your ip
|
||||||
```
|
```
|
||||||
Q: is the output always the same? Explain why.
|
Q: is the output always the same? Explain why.
|
||||||
|
|
||||||
@@ -189,7 +189,7 @@ kubectl get pods
|
|||||||
Verify the update using curl
|
Verify the update using curl
|
||||||
|
|
||||||
```
|
```
|
||||||
curl http://141.95.107.55:8080/
|
curl http://141.95.107.55:8080/ # change 141.95.107.55 with your ip
|
||||||
```
|
```
|
||||||
Q: do you see the `v=2`?
|
Q: do you see the `v=2`?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user