Container Networking Basics
You are tasked with designing the Podman network layout for an application that uses the following set of containers.
The web UI container for the application is called app-ui.
This container uses the app-ui:v2.1.1 image tag and the app-api network.
The API container for the application is called app-api.
This container uses the app-api:v2.3.4 image tag, and the app-api and app-db networks.
The PostgreSQL database server container is called app-db.
This container uses the postgresql:11 image tag and the app-db network.
Each container must communicate with at least one other container via Podman networks. Isolate network communication so that only necessary connections are available. The containers use DNS hostnames to connect to one another.
Given the preceding scenario, choose the correct answers to the following questions:
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.