Files
DevOps/Development and coding/HTML/testing_table.html
2026-02-25 13:20:06 +01:00

17 lines
6.3 KiB
HTML

╔════════════════════╦═══════════════════════════════════════════════════╦═══════════════════════════════════════════════════╦═══════════════════════════════════════════════════════╗
║ Protocol ║ Best For ║ Strengths ║ Watch-outs ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ NFS ║ Linux hosts, shared access across containers ║ Simple setup, low overhead, native Docker support ║ No built-in encryption, UID/GID mapping can be tricky ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ SMB/CIFS ║ Windows hosts, mixed environments, AD integration ║ Works everywhere, credential-based auth ║ Higher overhead, requires cifs-utils on host ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ Local mount + bind ║ Maximum performance, simple setups ║ No network latency, works offline ║ Requires NAS mounted on host first ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ Protocol ║ Best For ║ Strengths ║ Watch-outs ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ NFS ║ Linux hosts, shared access across containers ║ Simple setup, low overhead, native Docker support ║ No built-in encryption, UID/GID mapping can be tricky ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ ║ ║ ║ ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ iSCSI ║ Containers that need block access to storage ║ ║ ║
╚════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════════╝