From c5be5adea6cda127b7983b272a5afe9827a55fc2 Mon Sep 17 00:00:00 2001 From: David Espejo <82604841+davidmirror-ops@users.noreply.github.com> Date: Fri, 19 May 2023 09:38:43 -0500 Subject: [PATCH] Add logical architecture diagram (#3699) Signed-off-by: davidmirror-ops --- rsts/concepts/architecture.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsts/concepts/architecture.rst b/rsts/concepts/architecture.rst index a278732012..45bbaee5f6 100644 --- a/rsts/concepts/architecture.rst +++ b/rsts/concepts/architecture.rst @@ -38,6 +38,8 @@ Flyte components are separated into 3 logical planes. The planes are summarized | | It sends status events back to the control plane so the information can be stored and surfaced to end-users. | +-------------------+---------------------------------------------------------------------------------------------------------------+ +.. image:: https://raw.githubusercontent.com/flyteorg/static-resources/main/flyte/concepts/architecture/flyte-logical-architecture.png + User Plane ----------