Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
parent
dd13d275c5
commit
aad565f8a2
|
@ -137,11 +137,11 @@ Q: how many pods do you have?
|
|||
|
||||
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.
|
||||
|
||||
|
@ -189,7 +189,7 @@ kubectl get pods
|
|||
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`?
|
||||
|
||||
|
|
Loading…
Reference in New Issue