@curved-easter-24577 is there any reason why we use
flytectl sandbox start
instead of
flytectl demo start
? When I used the later, even though the UI is up, the task takes forever to run. Do you have any view on what's happening behind the scene?
c
curved-easter-24577
06/15/2023, 7:04 AM
I think that sandbox builts a local kubernetes cluster and demo only a docker but I am not 100% sure, I am also new with Flyte 😅
f
flaky-engineer-56191
06/15/2023, 7:56 AM
hahaha fair enough - also demo spins up a local docker registry whereas sandbox does not. So if we spin up a sandbox cluster, we can't try our custom docker images.