Containerization#

As a container-native orchestration tool, all Flyte tasks are executed within isolated containers. Flytekit Python SDK enables you to configure these tasks for your needs easily, be it running a raw container with arbitrary commands, specifying multiple container images in a single workflow, injecting secrets into a container, or using spot instances.

Using Raw Containers

Using Raw Containers

Pulling Private Images

Pulling Private Images

Multiple Container Images in a Single Workflow

Multiple Container Images in a Single Workflow

Using Secrets in a Task

Using Secrets in a Task

Using Spot/Preemptible Instances

Using Spot/Preemptible Instances

Adding Workflow Labels and Annotations

Adding Workflow Labels and Annotations

Gallery generated by Sphinx-Gallery