1
0
Fork 0
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
Arnaud Morin 2022-01-09 00:06:19 +01:00
parent dd13d275c5
commit aad565f8a2
1 changed files with 4 additions and 4 deletions

View File

@ -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`?