From 65efdd7f31a600c32c86b9b920527476ccb1ba2d Mon Sep 17 00:00:00 2001 From: Ketan Umare <16888709+kumare3@users.noreply.github.com> Date: Thu, 4 Mar 2021 17:03:51 -0800 Subject: [PATCH] Sandbox diagram added to Documentation (#798) Signed-off-by: Ketan Umare --- rsts/howto/sandbox.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rsts/howto/sandbox.rst b/rsts/howto/sandbox.rst index cd086a8605..02bd0eda0a 100644 --- a/rsts/howto/sandbox.rst +++ b/rsts/howto/sandbox.rst @@ -17,6 +17,10 @@ Flyte can be run using a Kubernetes cluster only. This installs all the dependen #. The sandbox deployment is not suitable for production environments. For an in-depth overview of how to productionize your flyte deployment, checkout the :ref:`howto_productionize`. +.. image:: https://raw.githubusercontent.com/flyteorg/flyte/static-resources/img/core/flyte_sandbox_single_k8s_cluster.png + :alt: Architecture of Sandbox deployment of Flyte. Single K8s cluster + + ********************************************************* Deploy Flyte Sandbox environment locally - on your laptop *********************************************************