Skip to content

Commit

Permalink
Adding a demo video (flyteorg#461)
Browse files Browse the repository at this point in the history
* Adding a demo video

Adding a video to demo 2 examples of K8s backend plugins: Flytekit Athena & Spark, and Flyte K8s Pod & Spark

* Update cookbook/core/extend_flyte/backend_plugins.py

Co-authored-by: Haytham Abuelfutuh <[email protected]>

* Update backend_plugins.py

Co-authored-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
SandraGH5 and EngHabu authored Oct 21, 2021
1 parent bc05d5a commit 883ab83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cookbook/core/extend_flyte/backend_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
------------------------------
The backend plugin is where the actual logic of the execution is implemented. The backend plugin uses Flyte - PluginMachinery inteface to implement a plugin which can be one of the following supported types
#. A `Kubernetes operator Plugin <https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/k8s#Plugin>`_
#. A `Kubernetes operator Plugin <https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/k8s#Plugin>`_. The following demo shows 2 examples of K8s backend plugins: Flytekit Athena & Spark, and Flyte K8s Pod & Spark:
.. youtube:: oK2RGQuP94k
#. A Web API plugin - `Async <https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/webapi#AsyncPlugin>`_ or `Sync <https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/webapi#SyncPlugin>`_.
#. Or if none of the above fits then - a `Core Plugin <https://pkg.go.dev/github.com/lyft/flyteplugins/go/tasks/pluginmachinery/core#Plugin>`_
Expand Down

0 comments on commit 883ab83

Please sign in to comment.