Getting started with flyte

 

Ensure you have docker with kubernetes enabled

Run the following command

  • flytectl sandbox start

Then

git clone https://github.com/mitzen/flyte-demo.git

cd flyte-demo

pyflyte run --remote example.py training_workflow

browser to http://localhost:30081/console

you should be able to see an project called flytesnacks

Some of the default projects created by flyte

alt text

You can see we have a tasks under a workflow alt text

Tasks that are being run and you can see we can re-run some of it alt text

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm