diff --git a/MITM_SUPPORT_INFO.md b/MITM_SUPPORT_INFO.md
index 6be6665494d0f9a3de50798ffd3a0ef1f17c1364..75fc52a3f908e99910e14f4276f80233ab96e8fc 100644
--- a/MITM_SUPPORT_INFO.md
+++ b/MITM_SUPPORT_INFO.md
@@ -116,6 +116,11 @@ In addition to full request forwarding, the external service manager can be used
 For example, the aforementioned upload of MitM files makes multiple requests to the supporting service in the `upload_mitm_dataset_task`.
 To make passing around large results more feasible, there are some new (streaming) write to/read from cache commands.
 
+## Architecture Overview
+
+The following figure gives a partial overview over the main components of the discussed architecture.
+![img](mitm-customization-info/mitm-superset-arch.svg)
+
 ## Kubernetes Helm Chart
 
 In addition to the docker compose setup, Superset comes with a highly configurable helm chart (`helm/superset`).
diff --git a/mitm-customization-info/mitm-superset-arch.svg b/mitm-customization-info/mitm-superset-arch.svg
new file mode 100644
index 0000000000000000000000000000000000000000..dbc349f906183273ee6f0ce9630e2a5aee0eaba1
Binary files /dev/null and b/mitm-customization-info/mitm-superset-arch.svg differ