Skip to content

M3-5: Container Network Testing

Description

Create check_container_networking tool for network connectivity diagnostics.

Endpoint

POST /api/v1/tools/check_container_networking

Parameters

  • container_name (string): Source container
  • targets (array): List of targets (container names, hostnames, URLs, IPs)

Response Includes

  • DNS resolution (success, IP, time)
  • Ping tests (latency, packet loss)
  • Port tests for containers
  • HTTP tests for URLs (status, SSL validation)
  • Routing table from container perspective

Estimated Effort

1 day