Network Security and Isolation

LEVEL 0

The Problem

You have multiple containers running:

  • A public-facing web server
  • An application server
  • A database
  • An admin panel

By default, they can all talk to each other. The web server can directly access the database. An attacker who compromises the web server can pivot to attack the database.

Network segmentation is critical.