QuestionQ19
702.1 Application Container ManagementWhere should containerized applications keep persistent data, such as user-uploaded files or billing information?
Choose two
- A In files inside the container that are exclusively locked by the application.
- B In memory with an API to download a serialized dump of the data.
- C In external systems such as databases or object stores.
- D In dedicated, well known directory trees within the container.
- E In a database server which is installed within the application container.
Community Discussion