-
Bug
-
Resolution: Done
-
Major
-
DO188 - RHOSCP4.14-en-3-20241023, DO188 - RHOCP4.18-en-2-20250522
-
False
-
-
False
-
7
-
-
-
en-US (English)
-
AppDev Sprint May29 - Jun12, AppDev Sprint Jun13 - Jun26
URL: | ch07s05 |
Reporter RHNID: | alessandrasalvatorelli |
Section title: | Lab: Multi-container Applications with Compose |
Language: | English |
Issue description
The compose.yaml file networking is incorrect, as in step 4, we are asked to isolate the container quotes-ui from the quotes-provider and quotes-api.
However, not defining the network for the quotes-ui container doesn't isolate anything by itself, as podman will attach the container to the default network, lab-net, in this case.
This step is very misleading for the student. Actually isolating the container from the other two containers by explicitly adding another network, makes the container fail because nginx can't find the upstream quotes-api host.
So in the end the step 4 for isolation doesn't make any sense for this particular application, that needs all their parts interconnected.{}